Home
last modified time | relevance | path

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

/ide/tools/previewer/automock/mock-generate/src/test/
DcommonUtils.test.ts66 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
77 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
88 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonUtil.test.ts48 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
72 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
115 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
222 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
237 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonMethodSignature.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateClassDeclaration.test.ts27 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonMethod.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateStaticFunction.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateCommonFunction.test.ts27 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateTypeAlias.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateInterfaceDeclaration.test.ts26 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateModuleDeclaration.test.ts24 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgeneratePropertySignatureDeclaration.test.ts24 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
DgenerateMockJsFile.test.ts45 const sourceFile = createSourceFile(currentFilePath, code.toString(), ScriptTarget.Latest) constant
DgeneratePropertyDeclaration.test.ts24 const sourceFile = createSourceFile(filePath, code.toString(), ScriptTarget.Latest); constant
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateCommonMethodSignature.ts33 sourceFile: SourceFile, property
150 const sourceFile = porps.sourceFile; constant
DgenerateModuleDeclaration.ts47 sourceFile: SourceFile, property
61 sourceFile: SourceFile, property
78 sourceFile: SourceFile, property
96 sourceFile: SourceFile, property
136 sourceFile, constant
DgenerateCommonFunction.ts33 sourceFile: SourceFile, property
DgenerateCommonMethod.ts34 sourceFile: SourceFile, property
DgenerateClassDeclaration.ts32 sourceFile: SourceFile, property
/ide/tools/previewer/automock/mock-generate/src/
Dmain.ts131 const sourceFile = createSourceFile(value, code.toString(), ScriptTarget.Latest); constant
183 const sourceFile = createSourceFile(value, code.toString(), ScriptTarget.Latest); constant
/ide/tools/previewer/automock/mock-generate/src/declaration-node/
DinterfaceDeclaration.ts50 sourceFile: SourceFile, property
102 const { interfaceNode, sourceFile, heritageClauses } = substepGetClassparam; constant
DsourceFileElementsAssemply.ts42 sourceFile: SourceFile, property
49 sourceFile: SourceFile, property
DmoduleDeclaration.ts48 sourceFile: SourceFile, property
/ide/tools/previewer/automock/mock-generate/src/common/
DkitUtils.ts62 const sourceFile = ts.createSourceFile(kitPath, code.toString(), ts.ScriptTarget.Latest); constant