Age | Commit message (Collapse) | Author |
|
`compress()` may modify input ASTs
add tests for #1627 & #1640
|
|
- "?" should not match "/"
- other minor clean-ups
|
|
|
|
- better inheritance of `Error` sub-classes
- mark parse error against source in CLI
closes #235
closes #348
closes #524
closes #1356
closes #1405
|
|
- limited to one input file (or `stdin`)
- only works with built-in parser
fixes #520
|
|
reduce whitespaces from if-else statements
fixes #1482
closes #1483
|
|
- 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
|
|
* fix mangling collision with keep_fnames
fixes #1423
* pass mangle options to figure_out_scope()
bring command-line in line with minify()
|
|
|
|
Also removing more code within "loop" while at it.
|
|
|
|
|