Chromium Code Reviews| 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. |