Expand description
Private field conversion transform
Converts TypeScript private fields (#field) to regular properties (__field) for VSCode compatibility. VSCode does this for performance reasons.
Structs§
- Config
- Configuration for the private field transform
- Private
Field Transform - Transform that converts TypeScript private fields (#field) to regular properties
Functions§
- convert_
private_ fields - Apply the private field conversion to source code