File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1572,7 +1572,7 @@ namespace Parser {
1572
1572
// Note: any errors at the end of the file that do not precede a regular node, should get
1573
1573
// attached to the EOF token.
1574
1574
let parseErrorBeforeNextFinishedNode = false;
1575
-
1575
+
1576
1576
const tsPlusExternalTypeCache = new Map<string, Record<string, TsPlusTypeDefinition[]>>()
1577
1577
const tsPlusResolvedPathsCache = new Map<string, string[]>()
1578
1578
const tsPlusResolvedModuleCache = new Map<string, any>()
@@ -2001,7 +2001,7 @@ namespace Parser {
2001
2001
(collectTypesIfNotExported || hasModifierOfKind(statement, SyntaxKind.ExportKeyword))
2002
2002
) {
2003
2003
if (statement.tsPlusTypeTags && statement.tsPlusTypeTags.length > 0) {
2004
- file.tsPlusContext.type.push(statement);
2004
+ file.tsPlusContext.type.push(statement);
2005
2005
}
2006
2006
if (statement.tsPlusNoInheritTags && statement.tsPlusNoInheritTags.length > 0) {
2007
2007
file.tsPlusContext.noInherit.push(statement);
You can’t perform that action at this time.
0 commit comments