Fix no_module build.

This commit is contained in:
Stephen Chung
2020-11-09 12:50:18 +08:00
parent 4b622a8830
commit 173f8474d6
2 changed files with 7 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ Enhancements
------------
* Modules imported via `import` statements at global level can now be used in functions. There is no longer any need to re-`import` the modules at the beginning of each function block.
* `export` keyword can now be tagged onto `let` and `const` statements as a short-hand.
* `index_of`, `==` and `!=` are defined for arrays.
* `==` and `!=` are defined for object maps.