index
:
guix
koszko
koszko-scripts
Wojtek's customized Guix
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
scripts.scm
Age
Commit message (
Expand
)
Author
>Commit message (
Expand
)
Author
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
2015-11-09
Prevent ReDoS by not using a regexp to verify floating point numbers
...
Richard van Velzen
2015-10-07
Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...
kzc
2015-10-07
Add proper support for "use asm"; blocks. Disable -c optimization within "use...
kzc
2015-10-06
Implement shebang support
Anthony Van de Gejuchte
2015-08-27
Fix bad parsing of `new new x()()` constructs
...
Richard van Velzen
2015-07-29
Re-use the caught exception's error message in the parse error call.
Chris Cowan
2015-07-29
Give a good error message if an invalid regular expression is found.
Chris Cowan
2015-05-20
Treat \uFEFF as whitespace.
...
Mihai Bazon
2015-05-05
Only drop the BOM when it's the first character.
...
Mihai Bazon
2015-04-23
Fix parsing strings with literal DOS newlines
...
Mihai Bazon
[next]