We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf96f5 commit d5c0477Copy full SHA for d5c0477
src/compiler/transformers/esnext.ts
@@ -3,7 +3,7 @@ namespace ts {
3
const enum ESNextSubstitutionFlags {
4
/** Enables substitutions for async methods with `super` calls. */
5
AsyncMethodsWithSuper = 1 << 0,
6
- /** Enables substitutions for class expressions with static fields. */
+ /** Enables substitutions for class expressions with static fields which have initializers that reference the class name. */
7
ClassAliases = 1 << 1,
8
}
9
0 commit comments