You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Declare modules in this package using UMD (d442583)
Remove ParserWithComments and parseWithCOmment from the interface (3fab374)
BREAKING CHANGES
The object and the method do not exist any more. Pass the parameter "ignoreComments" as an object { ignoreComments: true } either to the constructor of the Parser object, or as the second parameter to the method parse.