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
Prettier fails if the code contains declare namespace
declare namespace
[error] flow-typed/zipkin_vx.x.x.js: Error: Missing visitor keys for 'DeclareNamespace'. [error] at getVisitorKeys3 (~/web/node_modules/prettier-plugin-hermes-parser/dist/third-party/internal-prettier-v3/plugins/estree.js:1236:29) [error] at ~/web/node_modules/prettier-plugin-hermes-parser/dist/third-party/internal-prettier-v3/ast-to-doc.js:1162:44 ...
Library module:
declare module 'zipkin' { declare namespace sampler { declare const neverSample: () => boolean; } }
The text was updated successfully, but these errors were encountered:
pieterv
No branches or pull requests
Bug Description
Prettier fails if the code contains
declare namespace
Library module:
The text was updated successfully, but these errors were encountered: