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 @@ -1582,7 +1582,7 @@ namespace Parser {
1582
1582
// Note: any errors at the end of the file that do not precede a regular node, should get
1583
1583
// attached to the EOF token.
1584
1584
let parseErrorBeforeNextFinishedNode = false;
1585
-
1585
+
1586
1586
const tsPlusExternalTypeCache = new Map<string, Record<string, TsPlusTypeDefinition[]>>()
1587
1587
const tsPlusResolvedPathsCache = new Map<string, string[]>()
1588
1588
const tsPlusResolvedModuleCache = new Map<string, any>()
@@ -1979,7 +1979,7 @@ namespace Parser {
1979
1979
(collectTypesIfNotExported || hasModifierOfKind(statement, SyntaxKind.ExportKeyword))
1980
1980
) {
1981
1981
if (statement.tsPlusTypeTags && statement.tsPlusTypeTags.length > 0) {
1982
- file.tsPlusContext.type.push(statement);
1982
+ file.tsPlusContext.type.push(statement);
1983
1983
}
1984
1984
if (statement.tsPlusNoInheritTags && statement.tsPlusNoInheritTags.length > 0) {
1985
1985
file.tsPlusContext.noInherit.push(statement);
You can’t perform that action at this time.
0 commit comments