File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ See docs/process.md for more on how version tagging works.
29
29
` warning: treating 'c' input as 'c++' when in C++ mode ` . This also means that
30
30
the ` DEFAULT_TO_CXX ` setting now only applies when linking and not when
31
31
compiling. (#20712 )
32
- - JavaScript library code can now use the full range ES6 features and we rely
32
+ - JavaScript library code can now use the full range of ES6 features and we rely
33
33
on closure compiler to transpile for ES5 when targetting older browsers.
34
- For those that want to would rather perform transpilation seperately outside
35
- of emscripten you can use the ` -sPOLYFILL=0 ` setting. (#20700 )
34
+ For those that would rather perform transpilation seperately outside of
35
+ emscripten you can use the ` -sPOLYFILL=0 ` setting. (#20700 )
36
36
37
37
3.1.49 - 11/14/23
38
38
-----------------
You can’t perform that action at this time.
0 commit comments