We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tree-sitter --version
No response
downstream: ast-grep/ast-grep#1458
type is an export specifier but isn't recognized.
export type { type } from './Button'; export { type } from './Button';
type is a variable exported by the Button
type
// ./Button.ts export const type = 1;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)No response
Describe the bug
downstream: ast-grep/ast-grep#1458
Steps To Reproduce/Bad Parse Tree
type is an export specifier but isn't recognized.
Repro
type
is a variable exported by the ButtonThe text was updated successfully, but these errors were encountered: