Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1276)

Unified Diff: third_party/closure_compiler/closure_args.gni

Issue 2921143002: Reverse accidental enabling of 'use strict' in closure compiler (Closed)
Patch Set: emit_use_strict=false Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/closure_compiler/closure_args.gni
diff --git a/third_party/closure_compiler/closure_args.gni b/third_party/closure_compiler/closure_args.gni
index c8862316a9c746eda828a783caaf608b8dc88035..74a935bc1bfec1e1101fcbf6c2903d8a3d8f6451 100644
--- a/third_party/closure_compiler/closure_args.gni
+++ b/third_party/closure_compiler/closure_args.gni
@@ -53,6 +53,7 @@ minifying_closure_args = [
"language_in=ECMASCRIPT_NEXT",
"language_out=ECMASCRIPT6",
+ "emit_use_strict=false",
dpapad 2017/06/05 17:31:31 Can you elaborate a bit on what is the exact probl
wychen 2017/06/05 17:35:08 I agree enabling "use strict" is the right directi
dpapad 2017/06/05 17:51:23 I see. Can you file a bug listing the known issue
wychen 2017/06/05 18:25:56 I'll add a TODO. The thing I worry the most is th
wychen 2017/06/05 20:21:54 Done.
]
# For compatibility with old uses.

Powered by Google App Engine
This is Rietveld 408576698