index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
parse.js
Age
Commit message (
Expand
)
Author
2018-01-19
compress `undefined` property names (#2811)
...
Alex Lam S.L
2018-01-16
general improvements around `AST_ForIn` (#2796)
...
Alex Lam S.L
2018-01-04
forbid block-scoped `AST_Defun` in strict mode (#2718)
Alex Lam S.L
2018-01-03
extend `__PURE__` to `AST_New` (#2706)
...
Alex Lam S.L
2017-12-26
parse LF & comment correctly (#2653)
...
Alex Lam S.L
2017-12-24
fix comments output & improve `/*@__PURE__*/`
...
Alex Lam S.L
2017-12-22
make comments output more robust (#2633)
...
Alex Lam S.L
2017-12-11
escape consecutive unpaired surrogates (#2576)
...
Alex Lam S.L
2017-10-01
trap invalid use of reserved words (#2338)
...
Alex Lam S.L
2017-06-23
fix for-in loop parsing (#2144)
Alex Lam S.L
2017-06-03
clean up `lib/parse.js` (#2047)
...
Alex Lam S.L
2017-05-28
implement `--help options` (#2017)
Alex Lam S.L
2017-05-17
improve `RegExp` handling (#1959)
...
Alex Lam S.L
2017-05-16
fix parsing of property access after new line (#1944)
...
Alex Lam S.L
2017-05-15
improve keyword-related parser errors (#1941)
...
Alex Lam S.L
2017-05-15
fix & improve coverage of `estree` (#1935)
...
Alex Lam S.L
2017-05-14
fix bugs with getter/setter (#1926)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-04-23
improve parser under "use strict" (#1836)
...
Alex Lam S.L
2017-04-19
fix parser bugs & CLI reporting (#1827)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-03-31
sort options in alphabetical order (#1743)
...
Alex Lam S.L
2017-03-24
improve error marker placement (#1644)
...
Alex Lam S.L
2017-03-24
fix regression: CLI options with hyphens like -b ascii-only (#1640)
...
kzc
2017-03-21
throw parse error on invalid assignments (#1627)
...
Alex Lam S.L
2017-03-10
fixup for #1585 (#1589)
...
Alex Lam S.L
2017-03-10
Correctly raise a parse exception with a missing loop body (#1585)
Michael Mior
2017-03-05
fix handling of shebang and preamble (#1545)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-21
Fix: AST_Accessor missing start / end tokens
...
Ondřej Španěl
2016-07-21
Legacy octal integer strict mode fixes
Anthony Van de Gejuchte
2016-07-15
Fix error style for regex errors
Anthony Van de Gejuchte
2016-06-30
Various LineTerminator changes
...
Anthony Van de Gejuchte
2016-06-30
Move OctalEscapeSequence to read_escape_char
...
Anthony Van de Gejuchte
2016-06-19
Normalize error messages
Anthony Van de Gejuchte
2016-06-19
Don't mix strings with directives in output
...
Anthony Van de Gejuchte
2016-06-12
Don't allow with statements in strict mode
Anthony Van de Gejuchte
2016-06-12
Throw errors in strict mode for octal strings
...
Anthony Van de Gejuchte
2016-06-05
Do not allow newlines in regex
Anthony Van de Gejuchte
2016-05-04
Handle CR line endings in comments.
...
kzc
2016-04-16
Parse comments without recursion to avoid RangeError.
...
kzc
2016-03-15
Do not produce `let` as a variable name in mangle.
...
kzc
2016-01-19
Allow operator names as getters/setters
...
Anthony Van de Gejuchte
2015-12-27
Fix ch that could contain other newline characters
Anthony Van de Gejuchte
2015-12-26
Do not allow newlines in string literals
Anthony Van de Gejuchte
2015-12-17
Semicolon after do...while statement is optional
Anthony Van de Gejuchte
2015-11-12
Fix output for "use asm" code from SpiderMonkey AST
...
Mihai Bazon
2015-11-11
Rework has_directive
...
Mihai Bazon
2015-11-09
Fix parsing invalid input
...
Mihai Bazon
[next]