Skip to main content

Module private_field

Module private_field 

Source
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
PrivateFieldTransform
Transform that converts TypeScript private fields (#field) to regular properties

Functions§

convert_private_fields
Apply the private field conversion to source code