v0.13.0
Minor Changes
-
#710
2025b6cbThanks @Xanewok! - CST children nodes are now named -
#723
b3dc6bcdThanks @Xanewok! - Properly parse unreserved keywords in an identifier position, i.e.from,emit,globaletc. -
#728
662a672cThanks @Xanewok! - Remove Language#scan API; use the parser API instead -
#719
1ad6bb37Thanks @OmarTawfik! - introduce strong types for all Solidity non terminals in the TypeScript API.
Patch Changes
-
#719
1ad6bb37Thanks @OmarTawfik! - unify Rust/TypeScript node helpers:*_with_kind(),*_with_kinds(),*_is_kind()), ... -
#731
3deaea2eThanks @OmarTawfik! - addRuleNode.unparse()to the TypeScript API