Alex Lam S.L
|
0a63f2f2b0
|
workaround V8 RegExp bug (#3453)
fixes #3434
|
2019-10-06 11:49:39 +08:00 |
|
Alex Lam S.L
|
931ac66638
|
fix corner case in hoist_props (#3452)
fixes #3440
|
2019-10-06 10:29:13 +08:00 |
|
Alex Lam S.L
|
35338a100f
|
handle function/variable name collisions correctly (#3451)
fixes #3439
|
2019-10-06 08:51:38 +08:00 |
|
Alex Lam S.L
|
a31c477fea
|
fix variable scope determination (#3449)
fixes #3444
|
2019-10-06 05:13:44 +08:00 |
|
Alex Lam S.L
|
9d3b1efd86
|
fix corner case in assignments (#3430)
fixes #3429
|
2019-05-30 05:01:53 +08:00 |
|
Alex Lam S.L
|
482e1baea3
|
enhance assignments & unused (#3428)
closes #3427
|
2019-05-29 01:21:08 +08:00 |
|
Alex Lam S.L
|
b9053c7a25
|
fix corner case in keep_fargs (#3424)
fixes #3423
|
2019-05-21 12:55:34 +08:00 |
|
Alex Lam S.L
|
ae77ebe5a5
|
fix corner case in arguments (#3421)
fixes #3420
|
2019-05-19 12:59:40 +08:00 |
|
Alex Lam S.L
|
a246195412
|
enhance unsafe comparisons (#3419)
|
2019-05-17 01:28:18 +08:00 |
|
Alex Lam S.L
|
8939a36bc7
|
reduce false positives from fuzzing (#3417)
|
2019-05-16 16:15:03 +08:00 |
|
Alex Lam S.L
|
a21c348d93
|
improve sandbox fidelity (#3415)
|
2019-05-15 23:26:57 +08:00 |
|
Alex Lam S.L
|
1f0def10eb
|
fix corner case in comparisons (#3414)
fixes #3413
|
2019-05-15 01:01:18 +08:00 |
|
Alex Lam S.L
|
f87caac9d8
|
fix corner case in hoist_props (#3412)
fixes #3411
|
2019-05-14 19:12:00 +08:00 |
|
Alex Lam S.L
|
d538a73250
|
enhance side_effects (#3410)
|
2019-05-14 05:26:40 +08:00 |
|
Alex Lam S.L
|
2e4fbdeb08
|
enhance keep_fargs (#3409)
|
2019-05-13 21:58:04 +08:00 |
|
Alex Lam S.L
|
54cb678055
|
fix corner case in assignments (#3407)
fixes #3406
|
2019-05-12 03:52:46 +08:00 |
|
Alex Lam S.L
|
9fc8cd4076
|
fix corner case in functions (#3403)
fixes #3402
|
2019-05-11 18:55:45 +08:00 |
|
Alex Lam S.L
|
5476cb8f05
|
fix corner case in inline (#3401)
fixes #3400
|
2019-05-10 01:22:44 +08:00 |
|
Alex Lam S.L
|
2ea96549c5
|
unify logging functionality (#3392)
fixes #3253
fixes #3254
|
2019-04-30 06:32:24 +08:00 |
|
Alex Lam S.L
|
c37a8e927e
|
fix corner case in properties (#3390)
fixes #3389
|
2019-04-29 17:23:00 +08:00 |
|
Alex Lam S.L
|
413bbe0480
|
fix corner case in evaluate (#3388)
fixes #3387
|
2019-04-29 08:55:46 +08:00 |
|
Alex Lam S.L
|
e5436ca566
|
enhance side_effects (#3384)
|
2019-04-25 15:15:50 +08:00 |
|
Alex Lam S.L
|
a206964c0a
|
enhance side_effects (#3383)
|
2019-04-25 04:14:21 +08:00 |
|
Alex Lam S.L
|
c56d89f804
|
enhance unsafe (#3382)
|
2019-04-25 02:42:54 +08:00 |
|
Alex Lam S.L
|
c215706350
|
enhance unsafe comparisons (#3381)
|
2019-04-25 00:08:08 +08:00 |
|
Alex Lam S.L
|
d3b93ec682
|
fix corner case in unsafe (#3380)
|
2019-04-24 22:21:28 +08:00 |
|
Alex Lam S.L
|
6fe20dbe33
|
enhance comparisons (#3379)
|
2019-04-24 21:38:55 +08:00 |
|
Alex Lam S.L
|
dafed54764
|
fix corner case in reduce_vars (#3378)
fixes #3377
|
2019-04-24 14:01:01 +08:00 |
|
Alex Lam S.L
|
a84beafd1b
|
fix corner case in assignments (#3376)
fixes #3375
|
2019-04-24 02:50:15 +08:00 |
|
Alex Lam S.L
|
f01cc1e413
|
unwind IIFE class patterns (#3373)
fixes #2332
|
2019-04-21 09:49:07 +08:00 |
|
Alex Lam S.L
|
c719552317
|
fix corner cases in functions (#3372)
fixes #3371
|
2019-04-21 02:16:05 +08:00 |
|
Alex Lam S.L
|
855964a87a
|
enhance unsafe evaluate (#3370)
|
2019-04-20 19:42:41 +08:00 |
|
Alex Lam S.L
|
00833e893a
|
enhance functions (#3368)
|
2019-04-19 19:01:47 +08:00 |
|
Alex Lam S.L
|
b55a2fd531
|
fix corner case in functions (#3367)
fixes #3366
|
2019-04-19 02:55:43 +08:00 |
|
Alex Lam S.L
|
e8a2c0b5bf
|
fix corner case in functions (#3365)
fixes #3364
|
2019-04-18 17:03:52 +08:00 |
|
Alex Lam S.L
|
5172ba5f2a
|
introduce functions (#3360)
`var f = function() {};` => `function f() {}`
|
2019-04-15 22:23:11 +08:00 |
|
Alex Lam S.L
|
a74e600fa0
|
mangle shadowed lambda under ie8 correctly (#3356)
fixes #3355
|
2019-04-01 15:22:00 +08:00 |
|
Ruben Bridgewater
|
4b21526310
|
Fix test expectation (#3357)
The test expects a specific precision value that is not met on all V8 versions anymore due to a recent consolidation of different algorithms across the V8 code base.
This makes sure the preceision is tested against one digit less to keep the test working on all V8 versions.
Refs: https://chromium.googlesource.com/v8/v8/+/98453126c109016c9d32c6ebd89dd83f69dd8efb
Refs: https://github.com/nodejs/node/issues/25060#issuecomment-477953457
|
2019-03-30 02:08:27 +08:00 |
|
Alex Lam S.L
|
54b0b49b68
|
enhance inline (#3352)
|
2019-03-21 02:58:33 +08:00 |
|
Alex Lam S.L
|
65648d84a5
|
enhance collapse_vars (#3351)
|
2019-03-20 23:31:21 +08:00 |
|
Alex Lam S.L
|
143f9054da
|
fix corner case in sequences (#3350)
|
2019-03-20 14:54:26 +08:00 |
|
Alex Lam S.L
|
f2286c33f1
|
enhance unsafe for Array (#3349)
|
2019-03-20 06:37:51 +08:00 |
|
Alex Lam S.L
|
c520e99eda
|
enhance comparisons (#3347)
|
2019-03-19 01:34:25 +08:00 |
|
Alex Lam S.L
|
615ae37ca3
|
introduce assignments (#3345)
|
2019-03-18 21:28:41 +08:00 |
|
Alex Lam S.L
|
7aa7f21872
|
fix corner case in evaluate (#3344)
|
2019-03-18 21:24:42 +08:00 |
|
Alex Lam S.L
|
4430a436eb
|
fix corner case in inline (#3343)
|
2019-03-17 05:31:40 +08:00 |
|
Alex Lam S.L
|
8b3259e0c2
|
fix corner case in reduce_vars (#3341)
|
2019-03-15 16:06:47 +08:00 |
|
Alex Lam S.L
|
8d2e6f333e
|
fix function inlining after reduce_vars (#3340)
fixes #3297
|
2019-03-15 05:45:46 +08:00 |
|
Alex Lam S.L
|
b3ef5e514d
|
enhance evaluate (#3339)
fixes #3299
|
2019-03-15 02:48:23 +08:00 |
|
Alex Lam S.L
|
e49297e5eb
|
improve usability of pure_funcs (#3336)
fixes #3325
|
2019-03-14 21:36:45 +08:00 |
|