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
vscode-uri
Parsing vscode-uri/lib/esm/index.js which ends in export const{URI,Utils}=LIB gives imports: [], exports: [].
export const{URI,Utils}=LIB
imports: [], exports: []
The text was updated successfully, but these errors were encountered:
This is because this library doesn't support full syntax parsing of arbitrary destructuring and variable declarations, see the limitations section.
That said, I've put together some initial prototyping of simple destructuring for a case like this in #154.
Sorry, something went wrong.
1.3.0 is now released with simple destructuring support, that should resolve this case.
export const { A, B }
No branches or pull requests
Parsing vscode-uri/lib/esm/index.js which ends in
export const{URI,Utils}=LIB
givesimports: [], exports: []
.The text was updated successfully, but these errors were encountered: