revert change to lib/protocol.d.ts

This commit is contained in:
David Sheldrick
2017-01-24 07:16:15 +01:00
parent ebb666a9c2
commit 0a4632fe79

5
lib/protocol.d.ts vendored
View File

@@ -1798,10 +1798,9 @@ declare namespace ts.server.protocol {
namespace JsxEmit {
type None = "None";
type Preserve = "Preserve";
type ReactNative = "ReactNative";
type React = "React";
}
type JsxEmit = JsxEmit.None | JsxEmit.Preserve | JsxEmit.React | JsxEmit.ReactNative;
type JsxEmit = JsxEmit.None | JsxEmit.Preserve | JsxEmit.React;
namespace ModuleKind {
type None = "None";
type CommonJS = "CommonJS";
@@ -1881,4 +1880,4 @@ declare namespace ts {
}
import protocol = ts.server.protocol;
export = protocol;
export as namespace protocol;
export as namespace protocol;