mirror of
https://github.com/swc-project/swc.git
synced 2024-12-03 21:25:29 +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
|
||
---|---|---|
.. | ||
input.js | ||
output.js |