From 11abf9e14599dbfaec0239b608005aa9745ce902 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 5 Jan 2020 12:29:11 +0545 Subject: [PATCH] closure: update lang spec to ECMA2019 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.2