Home
last modified time | relevance | path

Searched defs:tsSourceCode (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/builder/
DArkExportBuilder.ts58 const tsSourceCode = node.getText(sourceFile); constant
112 const tsSourceCode = node.getText(sourceFile); constant
156 const tsSourceCode = node.getText(sourceFile); constant
183 const tsSourceCode = node.getText(sourceFile); constant
DArkImportBuilder.ts34 const tsSourceCode = node.getText(sourceFile); constant
116 const tsSourceCode = node.getText(sourceFile); constant
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkExport.ts168 public tsSourceCode(tsSourceCode: string): ArkExportBuilder { method in ArkExportBuilder