We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb666a commit 0a4632fCopy full SHA for 0a4632f
lib/protocol.d.ts
@@ -1798,10 +1798,9 @@ declare namespace ts.server.protocol {
1798
namespace JsxEmit {
1799
type None = "None";
1800
type Preserve = "Preserve";
1801
- type ReactNative = "ReactNative";
1802
type React = "React";
1803
}
1804
- type JsxEmit = JsxEmit.None | JsxEmit.Preserve | JsxEmit.React | JsxEmit.ReactNative;
+ type JsxEmit = JsxEmit.None | JsxEmit.Preserve | JsxEmit.React;
1805
namespace ModuleKind {
1806
1807
type CommonJS = "CommonJS";
@@ -1881,4 +1880,4 @@ declare namespace ts {
1881
1880
1882
import protocol = ts.server.protocol;
1883
export = protocol;
1884
-export as namespace protocol;
+export as namespace protocol;
0 commit comments