Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts29 getScriptVersion(_fileName) {
100 getScriptVersion: path => files.get(path)?.version || "",
195 getScriptVersion: path => {
DhostNewLineSupport.ts14 getScriptVersion: () => "1",
/third_party/typescript/tests/baselines/reference/
DAPISample_watcher.js40 getScriptVersion: (fileName) => files[fileName] && files[fileName].version.toString(),
140getScriptVersion: function (fileName) { return files[fileName] && files[fileName].version.toString… method
Dparserharness.js1693 public getScriptVersion(scriptIndex: number): number {
3543 TypeScriptLS.prototype.getScriptVersion = function (scriptIndex) { method in TypeScriptLS
Dparserharness.errors.txt1991 public getScriptVersion(scriptIndex: number): number {
Dparserharness.symbols5109 public getScriptVersion(scriptIndex: number): number {
5110 >getScriptVersion : Symbol(TypeScriptLS.getScriptVersion, Decl(parserharness.ts, 1689, 9))
Dparserharness.types6903 public getScriptVersion(scriptIndex: number): number {
6904 >getScriptVersion : (scriptIndex: number) => number
/third_party/typescript/tests/baselines/reference/docker/
Dvscode.log6 …s: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: s…
/third_party/typescript/tests/cases/compiler/
DAPISample_watcher.ts43 getScriptVersion: (fileName) => files[fileName] && files[fileName].version.toString(),
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts71 getScriptVersion: notImplemented, constant
/third_party/typescript/src/services/
Dshims.ts69 getScriptVersion(fileName: string): string; method
447 public getScriptVersion(fileName: string): string { method in ts.LanguageServiceShimHostAdapter
448 return this.shimHost.getScriptVersion(fileName);
Dservices.ts1027 const version = this.host.getScriptVersion(fileName);
1391 …Date(program, rootFileNames, newSettings, (_path, fileName) => host.getScriptVersion(fileName), fi…
1494 const scriptVersion = host.getScriptVersion(fileName);
Dtypes.ts249 getScriptVersion(fileName: string): string; method
/third_party/typescript/src/harness/
DharnessLanguageService.ts283 getScriptVersion(fileName: string): string {
399getScriptVersion(fileName: string): string { return this.nativeHost.getScriptVersion(fileName); }
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1693 public getScriptVersion(scriptIndex: number): number {
/third_party/typescript/src/server/
Dproject.ts525 getScriptVersion(filename: string) {
/third_party/typescript/lib/
Dtsserverlibrary.d.ts6194 getScriptVersion(fileName: string): string; method
10575 getScriptVersion(filename: string): string;
Dtypescript.d.ts6194 getScriptVersion(fileName: string): string; method
DtypescriptServices.d.ts6194 getScriptVersion(fileName: string): string; method
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6194 getScriptVersion(fileName: string): string; method
10575 getScriptVersion(filename: string): string;
Dtypescript.d.ts6194 getScriptVersion(fileName: string): string; method