Skip to content

Commit 8bd0703

Browse files
committed
Updated Breaking Changes (markdown)
1 parent 57c82bd commit 8bd0703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Breaking-Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If these errors are showing up in your code and you still think that scenario wh
6464

6565
Previously specifying both while using modules would result in an empty `out` file and no error.
6666

67-
#### Modules are now emitted use a `"use strict"`; prologue
67+
#### Modules are now emitted with a `"use strict"`; prologue
6868

6969
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.
7070

0 commit comments

Comments
 (0)