0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 5 days ago. based on code collected 15 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added note about API docs and online demo More... over 11 years ago
more small optimizations More... over 11 years ago
define aborts on AST_If: true if both branches abort More... over 11 years ago
employ a better parser for command-line arguments More... over 11 years ago
the `sort` option is broken anyway, removed it More... over 11 years ago
add `semicolons` option in the code generator (default: `true`) More... over 11 years ago
fix small glitches in source map generation More... over 11 years ago
disable warnings in the test suite More... over 11 years ago
drop unused function arguments More... over 11 years ago
add parens to AST_Seq whose parent is AST_Unary More... over 11 years ago
fix compressing benchmark.js (it tried to evaluate a statement) More... over 11 years ago
minor More... over 11 years ago
fix regression from fb5c01c073d06034815d5f3b782fd11cbdf6d6f5 More... over 11 years ago
fix end tokens in spidermonkey ast import More... over 11 years ago
update for acorn More... over 11 years ago
minor More... over 11 years ago
actually enable the option that drops unused names in the test of issue #12 More... over 11 years ago
remove the $self hack More... over 11 years ago
add test for issue #12 More... over 11 years ago
fix in_boolean_context() (two tests were broken) More... over 11 years ago
use AST_Lambda for object setters/getters More... over 11 years ago
fix pos in syntax error exception More... over 11 years ago
stealing more hacks from acorn in the name of speed More... over 11 years ago
using makeComparator from acorn to generate functions that tests whether a string is keyword, reserved etc. More... over 11 years ago
cleanup More... over 11 years ago
fix propagation of symbol references More... over 11 years ago
disable warnings by default in `minify` (pass warnings: true to enable) More... over 11 years ago
fix node name More... over 11 years ago
seems cleaner if AST_Label doesn't inherit from AST_SymbolDeclaration More... over 11 years ago
small improvements in wrap_commonjs: More... over 11 years ago