fix(es/transformer): Use PURE_SP for WeakMap/WeakSet in class_properties
Use PURE_SP instead of DUMMY_SP for WeakMap/WeakSet NewExpr spans to
generate /*#__PURE__*/ comments for tree-shaking optimization.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
567df85
15 days ago
by kdy1
+0.07%
fix(es/transforms): Use SuperFieldAccessFolder for static super handling
- Replace SuperInStaticFolder with SuperFieldAccessFolder
- Fix SuperFieldAccessFolder to use class name instead of `this` in static context
- Add swc_ecma_transforms_classes dependency
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
36e9834
12 days ago
by kdy1
-0.01%
fix(es/transformer): Add more static private field handling
- Fix postfix update expression for static private fields
- Use class_static_private_field_spec_set for postfix updates
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>