
4 Code Assists for Classes
- Convert #-private to TypeScript private
Replace ECMAScript #-private properties and methods with TypeScript private.
- Convert TypeScript private to #-private
Replace TypeScript private properties and methods with ECMAScript #-private.
- Move field initialization into constructor
Moves the assignment of the initial field value into the class constructor.
- Move initialization into field declaration
Moves the assignment of the initial field value into the field declaration.