File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4511,7 +4511,7 @@ namespace ts {
4511
4511
Transient = 1 << 25 , // Transient symbol (created during type check)
4512
4512
Assignment = 1 << 26 , // Assignment treated as declaration (eg `this.prop = 1`)
4513
4513
ModuleExports = 1 << 27 , // Symbol for CommonJS `module` of `module.exports`
4514
- Deprecated = 1 << 28 , // Symbol has Deprecated declaration tag (eg `@deprecated`)
4514
+ Deprecated = 1 << 28 , // Symbol has Deprecated declaration tag (eg `@deprecated`)
4515
4515
/* @internal */
4516
4516
All = FunctionScopedVariable | BlockScopedVariable | Property | EnumMember | Function | Class | Interface | ConstEnum | RegularEnum | ValueModule | NamespaceModule | TypeLiteral
4517
4517
| ObjectLiteral | Method | Constructor | GetAccessor | SetAccessor | Signature | TypeParameter | TypeAlias | ExportValue | Alias | Prototype | ExportStar | Optional | Transient | Deprecated ,
You can’t perform that action at this time.
0 commit comments