-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
upstream compatibilityChanges needed to support new/upcoming language features or API changes in the TypeScript compilerChanges needed to support new/upcoming language features or API changes in the TypeScript compiler
Description
Needs to support @protected
and @private
(microsoft/TypeScript#35731).
Also needs to support @readonly
(microsoft/TypeScript#35790).
Probably just replace hasModifier
with ts.getCombinedModifierFlags
.
richard-lopes-ifood
Metadata
Metadata
Assignees
Labels
upstream compatibilityChanges needed to support new/upcoming language features or API changes in the TypeScript compilerChanges needed to support new/upcoming language features or API changes in the TypeScript compiler