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
/
test
/
compress
/
properties.js
Age
Commit message (
Expand
)
Author
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-01
improve compression of undefined, NaN & Infinitiy (#1748)
...
Alex Lam S.L
2017-03-29
output optimal representations of NaN & Infinity (#1723)
...
Alex Lam S.L
2017-02-21
introduce `unsafe_proto`
...
alexlamsl
2017-01-26
augment evaluate to extract within objects (#1425)
...
Alex Lam S.L
2016-11-29
Add --mangle-props-debug and fix --mangle-props=unquoted collision
...
Ashley (Scirra)
2016-08-14
Fix --mangle-props and --mangle-props=unquoted
...
kzc
2016-08-14
Additional object literal property tests
kzc
2016-06-30
Enable --screw-ie8 by default.
...
kzc
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2014-07-01
Evaluate "foo".length ==> 3
Dan Wolff
2014-04-18
Update tests.
Mihai Bazon
2013-05-14
Fix a["1_1"]
...
Mihai Bazon
2013-05-08
add a test for zero-length string in is_identifier_string, which is used in p...
Trey Griffith
2013-05-06
Added test scenario with unicode in properties name.
...
Justin Lau
2013-05-05
Added scenario in test case where properties shouldn't be accessed with
...
Justin Lau
2013-04-20
fixes #189: use dotted member access when --screw-ie8 option given
Michael Ficarra
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon