| /third_party/typescript/src/services/codefixes/ |
| D | fixAddMissingMember.ts | 75 … const { parentDeclaration, declSourceFile, modifierFlags, token, call, isJSFile } = info; constant 110 readonly declSourceFile: SourceFile; property 178 const declSourceFile = classOrInterface.getSourceFile(); constant 339 const { parentDeclaration, declSourceFile, modifierFlags, token, call } = info; constant
|
| /third_party/typescript/src/harness/ |
| D | typeWriter.ts | 168 const declSourceFile = declaration.getSourceFile(); constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.js | 140509 …function addMissingMemberInJs(changeTracker, declSourceFile, classDeclaration, token, makeStatic) { argument 140576 …function addPropertyDeclaration(changeTracker, declSourceFile, classDeclaration, tokenName, typeNo… argument 140601 …function createAddIndexSignatureAction(context, declSourceFile, classDeclaration, tokenName, typeN… argument
|
| D | typescript.js | 140509 …function addMissingMemberInJs(changeTracker, declSourceFile, classDeclaration, token, makeStatic) { argument 140576 …function addPropertyDeclaration(changeTracker, declSourceFile, classDeclaration, tokenName, typeNo… argument 140601 …function createAddIndexSignatureAction(context, declSourceFile, classDeclaration, tokenName, typeN… argument
|
| D | tsserverlibrary.js | 140509 …function addMissingMemberInJs(changeTracker, declSourceFile, classDeclaration, token, makeStatic) { argument 140576 …function addPropertyDeclaration(changeTracker, declSourceFile, classDeclaration, tokenName, typeNo… argument 140601 …function createAddIndexSignatureAction(context, declSourceFile, classDeclaration, tokenName, typeN… argument
|
| D | tsserver.js | 139940 …function addMissingMemberInJs(changeTracker, declSourceFile, classDeclaration, token, makeStatic) { argument 140007 …function addPropertyDeclaration(changeTracker, declSourceFile, classDeclaration, tokenName, typeNo… argument 140032 …function createAddIndexSignatureAction(context, declSourceFile, classDeclaration, tokenName, typeN… argument
|