From: Mike Frysinger Date: Sun, 5 Jan 2020 06:44:11 +0000 (+0545) Subject: closure: update lang spec to ECMA2019 X-Git-Tag: v3.0~3 X-Git-Url: https://git.wh0rd.org/?p=chrome-ext%2Fweb-power-switch.git;a=commitdiff_plain;h=11abf9e14599dbfaec0239b608005aa9745ce902 closure: update lang spec to ECMA2019 --- diff --git a/Makefile b/Makefile index 5e88047..ffd8995 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CLOSURE = closure-compiler --language_in ECMASCRIPT5 +CLOSURE = closure-compiler --language_in ECMASCRIPT_2019 --language_out ECMASCRIPT_2019 YUICOMPRESSOR = yuicompressor all: