Age | Commit message (Collapse) | Author |
|
|
|
- only if property value is side-effect-free
- guard by `unsafe`
fixes #2208
|
|
- let parser rejects non-conformant input
- eliminate need for extraneous parenthesis
|
|
Use `@key` to `parse()` string value as `AST_Node`.
fixes #1986
|
|
As this is not part of ES5.
|
|
- `optimize()` substituted expression
- compute nested property string correctly
fixes #1801
Miscellaneous
- reset optimisation flags on all node types
|
|
- support arrays, objects & AST_Node
- support `"a.b":1` on both cli & API
- emit warning if variable is modified
- override top-level variables
fixes #1416
closes #1198
closes #1469
|