Skip to content

Commit b9e5a33

Browse files
author
Joseph Watts
committed
Improve comment
Signed-off-by: Joseph Watts <[email protected]>
1 parent efc001e commit b9e5a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/transformers/esnext.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ namespace ts {
33
const enum ESNextSubstitutionFlags {
44
/** Enables substitutions for async methods with `super` calls. */
55
AsyncMethodsWithSuper = 1 << 0,
6-
/** Enables substitutions for class expressions with static fields. */
6+
/** Enables substitutions for class expressions with static fields which have initializers that reference the class name. */
77
ClassAliases = 1 << 1,
88
}
99

0 commit comments

Comments
 (0)