mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Fix UnparsedPrologue kind
This commit is contained in:
parent
d1f3aca2d0
commit
aa74fa1076
@ -2793,7 +2793,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export interface UnparsedPrologue extends Node {
|
||||
kind: SyntaxKind.UnparsedSource;
|
||||
kind: SyntaxKind.UnparsedPrologue;
|
||||
text: string;
|
||||
parent: UnparsedSource;
|
||||
}
|
||||
|
||||
@ -1751,7 +1751,7 @@ declare namespace ts {
|
||||
sourceMapText?: string;
|
||||
}
|
||||
interface UnparsedPrologue extends Node {
|
||||
kind: SyntaxKind.UnparsedSource;
|
||||
kind: SyntaxKind.UnparsedPrologue;
|
||||
text: string;
|
||||
parent: UnparsedSource;
|
||||
}
|
||||
|
||||
@ -1751,7 +1751,7 @@ declare namespace ts {
|
||||
sourceMapText?: string;
|
||||
}
|
||||
interface UnparsedPrologue extends Node {
|
||||
kind: SyntaxKind.UnparsedSource;
|
||||
kind: SyntaxKind.UnparsedPrologue;
|
||||
text: string;
|
||||
parent: UnparsedSource;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user