Skip to content

Commit f8b9ed3

Browse files
ChangeLog.md type: INCOMING_MODULE_API should be INCOMING_MODULE_JS_API [ci skip]
1 parent 7459cab commit f8b9ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 2 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

0 commit comments

Comments
 (0)