-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the external:AST
type?
#150
Comments
Also, what is the |
You can see in the
As per https://jsdoc.app/tags-type , Before doing more work, however, I'd confirm that @michaelficarra would accept a TypeScript PR. |
so does this mean I should do this in my code? import type { Node as AST } from "estree"; I dont quite understand what you are trying to tell me. Same with the "elaborate". I dont quite understand what this means either. |
I think that should work. I normally use JSDoc for TypeScript rather than pure TS, but that looks right.
It means you will need more type info than we provided. Look at the |
the jsdoc comments have
around. what does this mean? Where can I find the AST type?
I am trying to write a
.ts
version of esquery but im having trouble figuring out where the following exist:You can see my progress here:
https://github.com/sakgoyal/esquery/tree/esm
The text was updated successfully, but these errors were encountered: