Skip to content

Commit 0ce5e62

Browse files
Accept API baselines.
1 parent fba2b70 commit 0ce5e62

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/baselines/reference/api/tsserverlibrary.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4590,7 +4590,6 @@ declare namespace ts {
45904590
* Text of identifier, but if the identifier begins with two underscores, this will begin with three.
45914591
*/
45924592
readonly escapedText: __String;
4593-
readonly originalKeywordKind?: SyntaxKind;
45944593
isInJSDocNamespace?: boolean;
45954594
}
45964595
interface Identifier {

tests/baselines/reference/api/typescript.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ declare namespace ts {
654654
* Text of identifier, but if the identifier begins with two underscores, this will begin with three.
655655
*/
656656
readonly escapedText: __String;
657-
readonly originalKeywordKind?: SyntaxKind;
658657
isInJSDocNamespace?: boolean;
659658
}
660659
interface Identifier {

0 commit comments

Comments
 (0)