Home
last modified time | relevance | path

Searched refs:tsScriptServices (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/scripts/
DVSDevMode.ps140 $tsScriptServices = "${tsScript}\typescriptServices.js" variable
44 if(!(Test-Path $tsScriptServices)){ variable
45 Throw "Could not locate the TypeScript language service script at ${tsScriptServices}"
48 $path = resolve-path ${tsScriptServices}