Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/typescript/src/services/codefixes/
DfixInvalidImportSyntax.ts12 const sourceFile = getSourceFileOfNode(node); constant
47 const sourceFile = context.sourceFile; constant
76 const sourceFile = context.sourceFile; constant
95 const sourceFile = context.sourceFile; constant
DfixClassSuperMustPrecedeThisAccess.ts13 const { sourceFile, span } = context; constant
22 const { sourceFile } = context; constant
DfixJSDocTypes.ts16 const { sourceFile } = context; constant
37 const { fixId, program, sourceFile } = context; constant
DaddMissingAsync.ts22 const { sourceFile, errorCode, cancellationToken, program, span } = context; constant
35 const { sourceFile } = context; constant
DfixUnmatchedParameter.ts21 const { sourceFile, span } = context; constant
66 const sourceFile = context.sourceFile; constant
DaddEmptyExportDeclaration.ts10 const { sourceFile } = context; constant
DfixPropertyAssignment.ts16 const { sourceFile, span } = context; constant
DfixMissingCallParentheses.ts16 const { sourceFile, span } = context; constant
DfixConstructorForDerivedNeedSuperCall.ts12 const { sourceFile, span } = context; constant
DfixAddMissingNewOperator.ts12 const { sourceFile, span } = context; constant
DfixNoPropertyAccessFromIndexSignature.ts16 const { sourceFile, span, preferences } = context; constant
DaddMissingAwait.ts44 const { sourceFile, errorCode, span, cancellationToken, program } = context; constant
57 const { sourceFile, program, cancellationToken } = context; constant
80 const { sourceFile, program, cancellationToken } = context; constant
DfixAddModuleReferTypeMissingTypeof.ts13 const { sourceFile, span } = context; constant
DfixIncorrectNamedTupleSyntax.ts16 const { sourceFile, span } = context; constant
DfixExpectedComma.ts14 const { sourceFile } = context; constant
DfixImplicitThis.ts13 const { sourceFile, program, span } = context; constant
/third_party/typescript/src/services/
Dservices.ts481 …const sourceFileName: string | undefined = sourceFile ? sourceFile.fileName : node.getSourceFile()… constant
1402 …const sourceFile = createSourceFile(fileName, getSnapshotText(scriptSnapshot), scriptTargetOrOptio… constant
1618 const sourceFile = program.getSourceFile(fileName); constant
1976 const sourceFile = program.getSourceFile(docSpan.fileName); constant
2082 const sourceFile = getValidSourceFile(fileName); constant
2193 const sourceFile = getValidSourceFile(fileName); constant
2199 const sourceFile = getValidSourceFile(fileName); constant
2254 const sourceFile = getValidSourceFile(fileName); constant
2266 const sourceFile = getValidSourceFile(fileName); constant
2277 const sourceFile = syntaxTreeCache.getCurrentSourceFile(fileName); constant
[all …]
DdocumentRegistry.ts143 sourceFile: SourceFile; property
274 const sourceFile = externalCache.getDocument(keyWithMode, path); constant
287 …const sourceFile = createLanguageServiceSourceFile(fileName, scriptSnapshot, sourceFileOptions, ve… constant
DcallHierarchy.ts136 const sourceFile = node.getSourceFile(); constant
330 const sourceFile = node.getSourceFile(); constant
358 const sourceFile = node.getSourceFile(); constant
/third_party/typescript/src/testRunner/
Dtest262Runner.ts81 …const sourceFile = testState.compilerResult.program!.getSourceFile(Test262BaselineRunner.getTestFi… constant
86 …const sourceFile = testState.compilerResult.program!.getSourceFile(Test262BaselineRunner.getTestFi… constant
/third_party/typescript/src/testRunner/unittests/tsserver/
DdocumentRegistry.ts59 const sourceFile = moduleInfo.cacheSourceFile!.sourceFile; constant
77 const sourceFile = moduleInfo.cacheSourceFile!.sourceFile; constant
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
Dmain.go284 func writeSourceFile(path string, file sourceFile) error {
289 type sourceFile struct { struct
290 parts []string
291 tests map[string]int // "X.Y" -> part index
/third_party/typescript/tests/cases/compiler/
DAPISample_linter.ts71 …let sourceFile = ts.createSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.… variable
/third_party/typescript/src/harness/
DtypeWriter.ts52 const sourceFile = this.program.getSourceFile(fileName)!; constant
61 const sourceFile = this.program.getSourceFile(fileName)!; constant
/third_party/typescript/src/testRunner/unittests/
DpublicApi.ts221 …const sourceFile = ts.createSourceFile("/file.ts", content, ts.ScriptTarget.ESNext, /*setParentNod… constant
238 …const sourceFile = ts.createSourceFile("/file.ts", content, ts.ScriptTarget.ESNext, /*setParentNod… constant

12345