| /third_party/typescript/src/services/codefixes/ |
| D | fixInvalidImportSyntax.ts | 12 const sourceFile = getSourceFileOfNode(node); constant 47 const sourceFile = context.sourceFile; constant 76 const sourceFile = context.sourceFile; constant 95 const sourceFile = context.sourceFile; constant
|
| D | fixClassSuperMustPrecedeThisAccess.ts | 13 const { sourceFile, span } = context; constant 22 const { sourceFile } = context; constant
|
| D | fixJSDocTypes.ts | 16 const { sourceFile } = context; constant 37 const { fixId, program, sourceFile } = context; constant
|
| D | addMissingAsync.ts | 22 const { sourceFile, errorCode, cancellationToken, program, span } = context; constant 35 const { sourceFile } = context; constant
|
| D | fixUnmatchedParameter.ts | 21 const { sourceFile, span } = context; constant 66 const sourceFile = context.sourceFile; constant
|
| D | addEmptyExportDeclaration.ts | 10 const { sourceFile } = context; constant
|
| D | fixPropertyAssignment.ts | 16 const { sourceFile, span } = context; constant
|
| D | fixMissingCallParentheses.ts | 16 const { sourceFile, span } = context; constant
|
| D | fixConstructorForDerivedNeedSuperCall.ts | 12 const { sourceFile, span } = context; constant
|
| D | fixAddMissingNewOperator.ts | 12 const { sourceFile, span } = context; constant
|
| D | fixNoPropertyAccessFromIndexSignature.ts | 16 const { sourceFile, span, preferences } = context; constant
|
| D | addMissingAwait.ts | 44 const { sourceFile, errorCode, span, cancellationToken, program } = context; constant 57 const { sourceFile, program, cancellationToken } = context; constant 80 const { sourceFile, program, cancellationToken } = context; constant
|
| D | fixAddModuleReferTypeMissingTypeof.ts | 13 const { sourceFile, span } = context; constant
|
| D | fixIncorrectNamedTupleSyntax.ts | 16 const { sourceFile, span } = context; constant
|
| D | fixExpectedComma.ts | 14 const { sourceFile } = context; constant
|
| D | fixImplicitThis.ts | 13 const { sourceFile, program, span } = context; constant
|
| /third_party/typescript/src/services/ |
| D | services.ts | 481 …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 …]
|
| D | documentRegistry.ts | 143 sourceFile: SourceFile; property 274 const sourceFile = externalCache.getDocument(keyWithMode, path); constant 287 …const sourceFile = createLanguageServiceSourceFile(fileName, scriptSnapshot, sourceFileOptions, ve… constant
|
| D | callHierarchy.ts | 136 const sourceFile = node.getSourceFile(); constant 330 const sourceFile = node.getSourceFile(); constant 358 const sourceFile = node.getSourceFile(); constant
|
| /third_party/typescript/src/testRunner/ |
| D | test262Runner.ts | 81 …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/ |
| D | documentRegistry.ts | 59 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/ |
| D | main.go | 284 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/ |
| D | APISample_linter.ts | 71 …let sourceFile = ts.createSourceFile(fileName, readFileSync(fileName).toString(), ts.ScriptTarget.… variable
|
| /third_party/typescript/src/harness/ |
| D | typeWriter.ts | 52 const sourceFile = this.program.getSourceFile(fileName)!; constant 61 const sourceFile = this.program.getSourceFile(fileName)!; constant
|
| /third_party/typescript/src/testRunner/unittests/ |
| D | publicApi.ts | 221 …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
|