File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1583,7 +1583,7 @@ namespace Parser {
1583
1583
// Note: any errors at the end of the file that do not precede a regular node, should get
1584
1584
// attached to the EOF token.
1585
1585
let parseErrorBeforeNextFinishedNode = false;
1586
-
1586
+
1587
1587
const tsPlusExternalTypeCache = new Map<string, Record<string, TsPlusTypeDefinition[]>>()
1588
1588
const tsPlusResolvedPathsCache = new Map<string, string[]>()
1589
1589
const tsPlusResolvedModuleCache = new Map<string, any>()
@@ -1975,7 +1975,7 @@ namespace Parser {
1975
1975
(collectTypesIfNotExported || hasModifierOfKind(statement, SyntaxKind.ExportKeyword))
1976
1976
) {
1977
1977
if (statement.tsPlusTypeTags && statement.tsPlusTypeTags.length > 0) {
1978
- file.tsPlusContext.type.push(statement);
1978
+ file.tsPlusContext.type.push(statement);
1979
1979
}
1980
1980
if (statement.tsPlusNoInheritTags && statement.tsPlusNoInheritTags.length > 0) {
1981
1981
file.tsPlusContext.noInherit.push(statement);
You can’t perform that action at this time.
0 commit comments