You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Breaking-Changes.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ If these errors are showing up in your code and you still think that scenario wh
64
64
65
65
Previously specifying both while using modules would result in an empty `out` file and no error.
66
66
67
-
#### Modules are now emitted use a `"use strict"`; prologue
67
+
#### Modules are now emitted with a `"use strict"`; prologue
68
68
69
69
Modules were always parsed in strict mode as per ES6, but for non-ES6 targets this was not respected in our emitted code. Now we ensure emitted modules are in strict mode.
0 commit comments