All notable changes to this library will be documented in this file.
- Throw errors instead of returning
{ parse_error: ... }
objects - Migrate from
@babel/parser
tomeriyah
(all error messages changed slightly) - Return
null
when input is empty script - Ignore
'use strict'
and other directives
- Early Releases