mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-10 18:04:18 -05:00
Fix UnparsedPrologue kind
This commit is contained in:
@@ -2793,7 +2793,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export interface UnparsedPrologue extends Node {
|
||||
kind: SyntaxKind.UnparsedSource;
|
||||
kind: SyntaxKind.UnparsedPrologue;
|
||||
text: string;
|
||||
parent: UnparsedSource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user