Skip to content

1.4

Compare
Choose a tag to compare
@mck89 mck89 released this 10 Mar 19:47
· 373 commits to master since this release
  • Since EcmaScript dropped support for ES(Number) in favour of ES(Year) versions:
    • ES6 namespace have been replaced by ES2015
    • Peast::ES2015 method have been added to Peast main class, Peast::ES6 method still exists to preserve BC and calls Peast::ES2015 internally
    • ES7 namespace have been replaced by ES2016
    • Peast::ES2016 method have been added to Peast main class, Peast::ES7 method still exists to preserve BC and calls Peast::ES2016 internally
    • Peast::latest method have been added to Peast main class to allow parsing with the latest EcmaScript version implemented
  • Added ES2017 parser