Merge pull request #25556 from Microsoft/buildScriptUpdates

Build script updates
This commit is contained in:
Ron Buckton
2018-07-10 14:45:16 -07:00
committed by GitHub
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;