mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 12:51:57 +00:00
Support `private_fields_as_properties` assumption in class properties transform. This assumption is also enabled by the transform's `loose` option. Optional chain (e.g. `this?.#prop`) is not yet implemented, but all other usages of private fields are supported. We'll handle optional chain in a follow-on PR.
59 B
59 B
commit: 54a8389f
node: v22.12.0
Passed: 3 of 3 (100.00%)