Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 14:02
· 314 commits to main since this release
3b2f806

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 as ident
    rather then Symbol('other')