Alex Lam S.L
|
2390fae5c4
|
support default values (#4442)
|
2020-12-24 06:22:55 +08:00 |
|
Alex Lam S.L
|
d90777b724
|
parse mangle.properties.regex in --config-file properly (#3337)
fixes #3315
|
2019-03-15 00:20:20 +08:00 |
|
Alex Lam S.L
|
28330913d8
|
improve mocha tests (#3195)
|
2018-06-24 04:00:36 +08:00 |
|
Alex Lam S.L
|
9e19e63551
|
general clean-ups (#3175)
|
2018-06-06 17:50:56 +08:00 |
|
Alex Lam S.L
|
3ca902258c
|
fix bugs with getter/setter (#1926)
- `reduce_vars`
- `side_effects`
- property access for object
- `AST_SymbolAccessor` as key names
enhance `test/ufuzz.js`
- add object getter & setter
- property assignment to setter
- avoid infinite recursion in setter
- fix & adjust assignment operators
- 50% `=`
- 25% `+=`
- 2.5% each for the rest
- avoid "Invalid array length"
- fix `console.log()`
- bypass getter
- curb recursive reference
- deprecate `-E`, always report runtime errors
|
2017-05-14 02:10:34 +08:00 |
|
Alex Lam S.L
|
4f8ca4626e
|
deprecate low level API (#1877)
fixes #1872
|
2017-05-08 03:24:42 +08:00 |
|
Alex Lam S.L
|
872270b149
|
improve error messages (#1506)
- better inheritance of `Error` sub-classes
- mark parse error against source in CLI
closes #235
closes #348
closes #524
closes #1356
closes #1405
|
2017-02-27 03:40:54 +08:00 |
|
Anthony Van de Gejuchte
|
6c99816855
|
Normalize error messages
|
2016-06-19 21:08:34 +02:00 |
|
Anthony Van de Gejuchte
|
26641f3fb2
|
Allow operator names as getters/setters
Fixes #919
Fix provided by @kzc
|
2016-01-19 19:28:51 +01:00 |
|