Simplify code and better error messages.

This commit is contained in:
Stephen Chung
2020-12-28 14:21:13 +08:00
parent 5c813ca7c0
commit e481a8019d
11 changed files with 224 additions and 157 deletions

View File

@@ -13,7 +13,8 @@ by unifying the terminology and API under the global umbrella of _modules_.
Bug fixes
---------
* Bug when accessing properties in closures is fixed.
* Fix bug when accessing properties in closures.
* Fix bug when accessing a deep index with a function call.
Breaking changes
----------------