mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +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. |
||
|---|---|---|
| .. | ||
| babel-plugin-transform-class-properties/test/fixtures | ||
| babel-plugin-transform-logical-assignment-operators/test/fixtures/logical-assignment/null-coalescing-without-other | ||