-
Notifications
You must be signed in to change notification settings - Fork 1
Forced strict mode #9
Copy link
Copy link
Open
Description
ES6 module code is always strict (see 10.2.1), and much passes sourceType: 'module' setting to acorn.
This leads to errors when the code is taking advantage of non-strict features:
$ much v8-earley-boyer.js
SyntaxError: Octal literal in strict mode (1076:5)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels