Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts32 getScriptSnapshot(fileName) {
101 getScriptSnapshot: path => {
199 getScriptSnapshot: path => {
DhostNewLineSupport.ts15 getScriptSnapshot: name => snapFor(name),
/third_party/typescript/src/harness/
DharnessLanguageService.ts276 getScriptSnapshot(fileName: string): ts.IScriptSnapshot | undefined {
394 getScriptSnapshot(fileName: string): ts.ScriptSnapshotShim {
395 … const nativeScriptSnapshot = this.nativeHost.getScriptSnapshot(fileName)!; // TODO: GH#18217
407 const snapshot = this.nativeHost.getScriptSnapshot(fileName);
772 …const snapshot = this.host.getScriptSnapshot(fileName) || this.host.getScriptSnapshot(this.realpat…
985 …rFile(ts.server.toNormalizedPath(fileName), /*ensureProject*/ true)!.getScriptSnapshot(fileName)!);
Dclient.ts57 … lineMap = computeLineStarts(getSnapshotText(this.host.getScriptSnapshot(fileName)!));
271 …return this.getFormattingEditsForRange(fileName, 0, this.host.getScriptSnapshot(fileName)!.getLeng…
420 const sourceText = getSnapshotText(this.host.getScriptSnapshot(file)!);
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js41 getScriptSnapshot: (fileName) => {
141 getScriptSnapshot: function (fileName) { method
/third_party/typescript/tests/baselines/reference/docker/
Dvscode.log6 …ing) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: …
/third_party/typescript/tests/cases/compiler/
DAPISample_watcher.ts44 getScriptSnapshot: (fileName) => {
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts72 getScriptSnapshot: notImplemented, constant
/third_party/typescript/src/services/
Dshims.ts70 getScriptSnapshot(fileName: string): ScriptSnapshotShim; method
433 public getScriptSnapshot(fileName: string): IScriptSnapshot | undefined { method in ts.LanguageServiceShimHostAdapter
434 const scriptSnapshot = this.shimHost.getScriptSnapshot(fileName);
Dtypes.ts250 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
Dservices.ts1020 const scriptSnapshot = this.host.getScriptSnapshot(fileName);
1488 const scriptSnapshot = host.getScriptSnapshot(fileName);
/third_party/typescript/src/server/
Dproject.ts532 getScriptSnapshot(filename: string): IScriptSnapshot | undefined {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts6195 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
10576 getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
Dtypescript.d.ts6195 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
DtypescriptServices.d.ts6195 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6195 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method
10576 getScriptSnapshot(filename: string): IScriptSnapshot | undefined;
Dtypescript.d.ts6195 getScriptSnapshot(fileName: string): IScriptSnapshot | undefined; method