Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #3096
|
|
fixes #304
|
|
fixes #2622
|
|
|
|
|
|
|
|
fixes #3082
|
|
|
|
fixes #3076
|
|
|
|
- handle `AST_Assign` the same way as `AST_VarDef`
- inject `AST_Var` as succeeding statement
fixes #3071
|
|
|
|
fixes #3068
|
|
fixes #3065
|
|
|
|
|
|
|
|
fixes #869
|
|
fixes #145
|
|
Exclude source contents from input source map if `includeSources=false`
fixes #3041
|
|
fixes #3054
|
|
fixes #3050
|
|
|
|
fixes #3046
|
|
|
|
|
|
|
|
fixes #3042
|
|
|
|
fixes #3035
|
|
fixes #3032
|
|
|
|
fixes #3023
|
|
This relates to #1929, but in the context of mozilla AST input/output.
|
|
|
|
fixes #3021
|
|
- replace `find_if()` with `all()` wherever possible
- move ESTree-specific logic out of `figure_out_scope()`
|
|
fixes #3018
|
|
fixes #3016
|
|
|
|
- `a = []; if (1) x();` => `if (a = []) x();`
|
|
|
|
|