Skip to content

Commit 0a4632f

Browse files
author
David Sheldrick
committed
revert change to lib/protocol.d.ts
1 parent ebb666a commit 0a4632f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/protocol.d.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,10 +1798,9 @@ declare namespace ts.server.protocol {
17981798
namespace JsxEmit {
17991799
type None = "None";
18001800
type Preserve = "Preserve";
1801-
type ReactNative = "ReactNative";
18021801
type React = "React";
18031802
}
1804-
type JsxEmit = JsxEmit.None | JsxEmit.Preserve | JsxEmit.React | JsxEmit.ReactNative;
1803+
type JsxEmit = JsxEmit.None | JsxEmit.Preserve | JsxEmit.React;
18051804
namespace ModuleKind {
18061805
type None = "None";
18071806
type CommonJS = "CommonJS";
@@ -1881,4 +1880,4 @@ declare namespace ts {
18811880
}
18821881
import protocol = ts.server.protocol;
18831882
export = protocol;
1884-
export as namespace protocol;
1883+
export as namespace protocol;

0 commit comments

Comments
 (0)