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
test.js
export * as boom from "./a.js";
running npx google-closure-compiler --js test.js (Version 20240317.0.0) leads to
npx google-closure-compiler --js test.js
20240317.0.0
test.js:1:9: ERROR - [JSC_PARSE_ERROR] Parse error. 'from' expected 1| export * as boom from "./a.js"; ^ 1 error(s), 0 warning(s)
I didn't know this existed, but apparently some npm packages use it and it breaks compilation with shadow-cljs, see thheller/shadow-cljs#1190.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
test.js
running
npx google-closure-compiler --js test.js
(Version20240317.0.0
) leads toI didn't know this existed, but apparently some npm packages use it and it breaks compilation with shadow-cljs, see thheller/shadow-cljs#1190.
The text was updated successfully, but these errors were encountered: