alexlamsl
|
58a5608b66
|
Merge branch 'master' into harmony-v3.1.4
|
2017-10-16 12:32:50 +08:00 |
|
kzc
|
f496ac5c85
|
implement compress option computed_props (#2361)
transforms `{["computed"]: 1}` into `{computed: 1}`
|
2017-10-16 11:35:04 +08:00 |
|
Alex Lam S.L
|
dfe4f6c6de
|
v3.1.4
v3.1.4
|
2017-10-16 02:44:17 +08:00 |
|
Alex Lam S.L
|
a09c8ad666
|
update dependency (#2362)
- source-map@0.6.1
|
2017-10-16 02:41:22 +08:00 |
|
Alex Lam S.L
|
ec598c351b
|
fix-ups for #2356 (#2360)
|
2017-10-15 22:33:55 +08:00 |
|
kzc
|
f79f737fb2
|
fix mangle of destructuring parameters with computed properties (#2359)
fixes #2349
|
2017-10-15 20:59:52 +08:00 |
|
Alex Lam S.L
|
eba0f93bc0
|
more tests for #2351 (#2357)
|
2017-10-12 02:58:25 +08:00 |
|
Roger Peppe
|
99800d4aa9
|
update README to include defaults (#2356)
fixes #2353
|
2017-10-12 02:56:02 +08:00 |
|
Tim Malone
|
70d56c951a
|
Update README.md - sourceMappingURL directive note (#2355)
Moves this README note to underneath the 'url' rather than 'root' option.
|
2017-10-11 19:48:43 +08:00 |
|
Alex Lam S.L
|
b810e2f8da
|
perform reduce_vars on safe literals (#2351)
- constant expression
- single reference
- same scope
- not across loop body
|
2017-10-09 12:25:06 +08:00 |
|
Alex Lam S.L
|
1abe14296e
|
collapse a.b whenever safe (#2350)
|
2017-10-08 13:17:48 +08:00 |
|
kzc
|
336b1add4f
|
fix unsafe join() on array literal with spread (#2347)
fixes #2345
|
2017-10-06 00:57:00 +08:00 |
|
Alex Lam S.L
|
873755b35c
|
harmony-v3.1.3
harmony-v3.1.3
|
2017-10-01 14:41:52 +08:00 |
|
alexlamsl
|
744032755d
|
add tests for #2336 & #2337
|
2017-10-01 13:20:17 +08:00 |
|
alexlamsl
|
4fac8076b8
|
Merge branch 'master' into harmony-v3.1.3
|
2017-10-01 12:42:40 +08:00 |
|
Alex Lam S.L
|
6920e898d1
|
v3.1.3
v3.1.3
|
2017-10-01 12:36:07 +08:00 |
|
Alex Lam S.L
|
dd71639264
|
enhance reduce_vars for AST_Accessor (#2339)
fixes #2336
|
2017-10-01 03:01:50 +08:00 |
|
Alex Lam S.L
|
2dcc552ce0
|
trap invalid use of reserved words (#2338)
fixes #2337
|
2017-10-01 02:10:41 +08:00 |
|
kzc
|
a020d2ead3
|
support dynamic import(), trap invalid use of export (#2335)
|
2017-09-28 18:43:09 +08:00 |
|
Alex Lam S.L
|
68645b28d3
|
harmony-v3.1.2
harmony-v3.1.2
|
2017-09-24 11:13:25 +08:00 |
|
alexlamsl
|
aaa8212837
|
improve test for #2316
|
2017-09-24 02:23:38 +08:00 |
|
alexlamsl
|
bd84007cf4
|
Merge branch 'master' into harmony-v3.1.2
|
2017-09-24 02:20:47 +08:00 |
|
Alex Lam S.L
|
55387e8fd0
|
v3.1.2
v3.1.2
|
2017-09-24 02:02:04 +08:00 |
|
GUENEGO Jean-Louis
|
1241600013
|
mangle: do not mangle reserved class (#2317)
fixes #2316
|
2017-09-24 00:08:47 +08:00 |
|
kzc
|
7e3e9da860
|
fix "use asm" numeric output (#2328)
fixes #2324
|
2017-09-21 04:42:40 +08:00 |
|
kzc
|
a784717fe2
|
allow RegExp for unsafe_methods compress option (#2327)
|
2017-09-21 00:48:16 +08:00 |
|
Alex Lam S.L
|
00f509405b
|
suppress collapse_vars of this into "use strict" (#2326)
fixes #2319
|
2017-09-20 05:23:20 +08:00 |
|
kzc
|
e8235657e4
|
add new compress option unsafe_methods for ecma >= 6 (#2325)
fixes #2321
|
2017-09-20 00:15:54 +08:00 |
|
Alex Lam S.L
|
c46b9f361a
|
harmony-v3.1.1
harmony-v3.1.1
|
2017-09-17 15:33:55 +08:00 |
|
alexlamsl
|
3b0b4d6abf
|
handle AST_Super in collapse_vars & side_effects
|
2017-09-17 05:09:36 +08:00 |
|
alexlamsl
|
d73500e8d1
|
Merge branch 'master' into harmony-v3.1.1
|
2017-09-17 04:43:43 +08:00 |
|
Alex Lam S.L
|
aceb0af36b
|
v3.1.1
v3.1.1
|
2017-09-17 04:36:27 +08:00 |
|
Alex Lam S.L
|
4f0953f7e9
|
handle LHS side-effects on cascade & collapse_vars (#2314)
fixes #2313
|
2017-09-16 11:45:19 +08:00 |
|
Alex Lam S.L
|
182a47bfb1
|
improve source mapping (#2312)
fixes #2310
|
2017-09-15 12:46:48 +08:00 |
|
Alex Lam S.L
|
d8685f528d
|
harmony-v3.1.0
harmony-v3.1.0
|
2017-09-10 20:51:33 +08:00 |
|
alexlamsl
|
8891495789
|
Merge branch 'master' into harmony-v3.1.0
|
2017-09-10 15:39:33 +08:00 |
|
Alex Lam S.L
|
cd27f4ec38
|
v3.1.0
v3.1.0
|
2017-09-10 15:17:24 +08:00 |
|
Mateusz Burzyński
|
8158b1bdcf
|
Testing all leading comments against being PURE comments (#2305)
|
2017-09-10 02:08:15 +08:00 |
|
Alex Lam S.L
|
aacf3edc68
|
extend unsafe on pure global functions (#2303)
|
2017-09-07 22:08:34 +08:00 |
|
kzc
|
8b89072190
|
add Date and other known globals to unsafe compress option (#2302)
|
2017-09-07 02:44:26 +08:00 |
|
Alex Lam S.L
|
395a17ccda
|
fix collapse_vars on default function argument (#2299)
Avoid collision with local variable `undefined` under certain corner cases.
fixes #2298
|
2017-09-04 02:32:33 +08:00 |
|
Alex Lam S.L
|
3f355866cf
|
correctly count declarations after hoist_vars (#2297)
fixes #2295
|
2017-09-03 17:23:31 +08:00 |
|
kzc
|
2779a29a86
|
avoid generating ternary with spread (#2293)
fixes #2292
|
2017-08-31 00:57:07 +08:00 |
|
David Šanda
|
71d52f147d
|
Fix CLI example for mangle reserved list of names (#2294)
|
2017-08-31 00:55:32 +08:00 |
|
David Šanda
|
eb7adaa6fc
|
Fix CLI source-maps examples (#2291)
fixes #2284
|
2017-08-29 23:49:20 +08:00 |
|
Alex Lam S.L
|
e5cf7972ea
|
fix unused patching of AST_For.init blocks (#2289)
fixes #2288
|
2017-08-29 01:10:04 +08:00 |
|
Alex Lam S.L
|
067d52b6ba
|
harmony-v3.0.28
harmony-v3.0.28
|
2017-08-20 01:19:06 +08:00 |
|
alexlamsl
|
e0e009ace2
|
Merge branch 'master' into harmony-v3.0.28
|
2017-08-20 00:35:46 +08:00 |
|
Alex Lam S.L
|
f81ff10a9b
|
v3.0.28
v3.0.28
|
2017-08-20 00:27:01 +08:00 |
|
kzc
|
ae0f117da6
|
Introduce new compress option unsafe_arrows (#2278)
* Not always safe to convert a function expression to an arrow
function when code depends on the function prototype existing.
Fixes #2271
|
2017-08-16 22:51:26 +08:00 |
|