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
Compiling with advanced opts, Math.fround is not recognized and is minified into an invalid Math.a. A warning is shown,
Math.fround
Math.a
JSC_INEXISTENT_PROPERTY_WITH_SUGGESTION: Property fround never defined on Math. Did you mean round? at line 3 character 32
For an example, see here
The text was updated successfully, but these errors were encountered:
Created Google internal bug b/119306748
Sorry, something went wrong.
fix closure minification of Math.*, and remove previous workaround co…
d9d4239
…de for it. fixes #7472 (#7476) See google/closure-compiler#3141
FYI @shicks is actively working to fix this.
e3891c8
…de for it. fixes emscripten-core#7472 (emscripten-core#7476) See google/closure-compiler#3141
Fixed in 5d04b3c
shicks
No branches or pull requests
Compiling with advanced opts,
Math.fround
is not recognized and is minified into an invalidMath.a
. A warning is shown,For an example, see here
The text was updated successfully, but these errors were encountered: