Build script updates

This commit is contained in:
Ron Buckton
2018-07-10 12:00:30 -07:00
parent 1fc1495863
commit 0713e754e7
21 changed files with 2475 additions and 7281 deletions

View File

@@ -1,4 +1,3 @@
/* @internal */
declare namespace ts.server {
export type ActionSet = "action::set";
export type ActionInvalidate = "action::invalidate";

View File

@@ -1,5 +1,4 @@
namespace ts.server {
/*@internal*/
export interface ScriptInfoVersion {
svc: number;
text: number;