Web: Bump closure compiler spec to ECMASCRIPT_2021
Fixes #88008.
(cherry picked from commit d29b0d90e0
)
This commit is contained in:
parent
32fcc88c23
commit
246b85c686
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ def configure(env):
|
|||
env.AddMethod(create_template_zip, "CreateTemplateZip")
|
||||
|
||||
# Closure compiler extern and support for ecmascript specs (const, let, etc).
|
||||
env["ENV"]["EMCC_CLOSURE_ARGS"] = "--language_in ECMASCRIPT6"
|
||||
env["ENV"]["EMCC_CLOSURE_ARGS"] = "--language_in ECMASCRIPT_2021"
|
||||
|
||||
env["CC"] = "emcc"
|
||||
env["CXX"] = "em++"
|
||||
|
|
Loading…
Reference in a new issue