- Incorporate the `parse` dependency into this repository
- cmd: fix forward/backward slash for Windows platform, fixes 403
- JS: add space to `a<!--b` and `a</script>/` in more instances to avoid confusion with operators, see 413
- JS: add variable scope to switch statement
- JS: parse `async(a)` as possible expression or arrow func, fixes 406
- JS: fix lexical variable renaming for descoped, fixes 405
- JS: fix import statement/call parsing at module level, fixes 399
- JSON: add `KeepNumbers` option, fixes 400