mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
3122e944a8
**Description:**
- The option `hoist_props` now does what it's supposed to do.
- Dropping of unused properties now does not drop properties too aggressively.
- The initializer of a dropped variable declaration is now properly visited.
- Indexing with string literals is not marked as a dynamic index anymore. This is required to handle codes like
|
||
---|---|---|
.. | ||
d3.js | ||
echarts.js | ||
jquery.js | ||
lodash.js | ||
moment.js | ||
react.js | ||
terser.js | ||
three.js | ||
victory.js | ||
vue.js |