Skip to content

Commit b2a0e1b

Browse files
committed
Another comment
1 parent 27179b4 commit b2a0e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1227,7 +1227,7 @@ module ts {
12271227
ExportValue = 0x00100000, // Exported value marker (see comment in declareModuleMember in binder)
12281228
ExportType = 0x00200000, // Exported type marker (see comment in declareModuleMember in binder)
12291229
ExportNamespace = 0x00400000, // Exported namespace marker (see comment in declareModuleMember in binder)
1230-
Import = 0x00800000, // Import
1230+
Import = 0x00800000, // An alias for another symbol
12311231
Instantiated = 0x01000000, // Instantiated symbol
12321232
Merged = 0x02000000, // Merged symbol (created during program binding)
12331233
Transient = 0x04000000, // Transient symbol (created during type check)

0 commit comments

Comments
 (0)