Skip to content

Commit 0e0b62f

Browse files
ChangeLog.md typo: INCOMING_MODULE_API should be INCOMING_MODULE_JS_API (#21314)
1 parent 4b9a5f7 commit 0e0b62f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ChangeLog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ See docs/process.md for more on how version tagging works.
222222
- The `--minify=0` command line flag will now preserve comments as well as
223223
whitespace. This means the resulting output can then be run though closure
224224
compiler or some other tool that gives comments semantic meaning. (#20121)
225-
- `-sSTRICT` now implies `-sINCOMING_MODULE_API=[]` which is generally good
225+
- `-sSTRICT` now implies `-sINCOMING_MODULE_JS_API=[]` which is generally good
226226
for code size. If you `-sSTRICT` you now need to be explicit about the
227227
incoming module APIs you are supplying. Users who supply symbols on the
228-
incoming module but forget to include them in `-sINCOMING_MODULE_API`
228+
incoming module but forget to include them in `-sINCOMING_MODULE_JS_API`
229229
will see an error in debug builds so this change will not generate any
230230
silent failures.
231231
- JS library decorators such as `__deps` and `__async` are now type checked so
@@ -359,6 +359,7 @@ See docs/process.md for more on how version tagging works.
359359
- stringToUTF8Array
360360
- stringToUTF8
361361
- lengthBytesUTF8
362+
362363
If you use any of these functions in your JS code you will now need to include
363364
them explicitly in one of the following ways:
364365
- Add them to a `__deps` entry in your JS library file (with leading $)

0 commit comments

Comments
 (0)