v4.0.0
4.0.0 (2020-02-28)
Bug Fixes
- ident: use ident for object props, remove all
other_token
occurences in AST (33c5c0b)
Features
- numbers,identifiers: add support for floats, hex, oct, bin numbers (a3f1371)
BREAKING CHANGES
- numbers,identifiers: number nodes are of type
number
and all other tokens are treated asident
rather thenSymbol('other')