Fix panic in property access parsing error.

This commit is contained in:
Stephen Chung
2021-01-31 18:44:50 +08:00
parent 7fc38d4cd2
commit 42058836ba
2 changed files with 30 additions and 20 deletions

View File

@@ -15,6 +15,7 @@ Bug fixes
* Fixes compilation errors in `metadata` feature build.
* Stacking `!` operators now work properly.
* Off-by-one error in `insert` method for arrays is fixed.
* Invalid property access now throws the appropriate error instead of panics.
Breaking changes
----------------