Fix bug in parsing index chains.
This commit is contained in:
@@ -11,6 +11,7 @@ Buf fixes
|
||||
|
||||
* `is_shared` is a reserved keyword and is now handled properly (e.g. it cannot be the target of a function pointer).
|
||||
* Re-optimizing an AST via `optimize_ast` with constants now works correctly for closures. Previously the hidden `Share` nodes are not removed and causes variable-not-found errors during runtime if the constants are not available in the scope.
|
||||
* Expressions such as `(v[0].func()).prop` now parse correctly.
|
||||
|
||||
New features
|
||||
------------
|
||||
|
Reference in New Issue
Block a user