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 efc001e commit b9e5a33Copy full SHA for b9e5a33
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