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. |
||
|---|---|---|
| .. | ||
| ast_tools | ||
| benchmark | ||
| common | ||
| compat_data | ||
| coverage | ||
| javascript_globals | ||
| lint_rules | ||
| minsize | ||
| prettier_conformance | ||
| rulegen | ||
| transform_checker | ||
| transform_conformance | ||
| website | ||