Home
last modified time | relevance | path

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

/third_party/typescript/src/webServer/
DwebServer.ts148 const webPath = getWebPath(path); constant
149 return webPath && host.readFile(webPath);
200 const webPath = getWebPath(path); constant
201 return !!webPath && host.fileExists(webPath);
/third_party/typescript/src/tsserver/
DwebServer.ts77 readFile: webPath => {
79 request.open("GET", webPath, /* asynchronous */ false);
83 fileExists: webPath => {
85 request.open("HEAD", webPath, /* asynchronous */ false);