You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
"LEGACY" is not a valid value for "--module_resolution"
Sample usage: --compilation_level (-O) VAL --externs VAL --js VAL --js_output_file VAL --warning_level (-W) [QUIET | DEFAULT | VERBOSE]
Run with --help for all options and details
The text was updated successfully, but these errors were encountered:
Fixes#2558
Closure Compiler removed the `LEGACY` value for `--module_resolution`. It now defaults to `BROWSER` instead.
That change was made in google/closure-compiler@c2cd433
#2573)
Fixes#2558
Closure Compiler removed the `LEGACY` value for `--module_resolution`. It now defaults to `BROWSER` instead.
That change was made in google/closure-compiler@c2cd433
I ran `npm run test:closure` on this PR and `master` and compared their generated `.closure-tmp` directories. [Beyond Compare](https://www.scootersoftware.com/) found no diffs.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following error message shows up:
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
"LEGACY" is not a valid value for "--module_resolution"
Sample usage: --compilation_level (-O) VAL --externs VAL --js VAL --js_output_file VAL --warning_level (-W) [QUIET | DEFAULT | VERBOSE]
Run with --help for all options and details
The text was updated successfully, but these errors were encountered: