Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DoutputProcessor.ts62 const sourceFile = sourceParser.visitEachNodeComment(this); constant
81 const sourceFile = this.sourceParser.createSourceFile(content, 'numberLiteral'); constant
DrawCodeProcessor.ts41 const sourceFile = node.astNode.getSourceFile(); constant
DasynchronousFunctionProcessor.ts33 const sourceFile: ts.SourceFile | undefined = sourceParser.createSourceFile(content); constant
DapiSplitProcessor.ts36 const sourceFile = sourceParser.transform(this); constant
181 const sourceFile: ts.SourceFile = node as ts.SourceFile; constant
DcoreImpls.ts179 …const sourceFile = ts.createSourceFile(name ? name : 'memory', content, this.options.scriptTarget,… constant
/interface/sdk-js/build-tools/dts_parser/src/core/
Dentry.ts24 …const sourceFile: ts.SourceFile = ts.createSourceFile('', fileContent, ts.ScriptTarget.ES2017, tru… constant
/interface/sdk-js/build-tools/api_check_plugin/
Dindex.js21 exports.checkJSDoc = function (node, sourceFile, fileName) { argument
/interface/sdk-js/build-tools/api_diff/src/
Dapi_collector.js241 function getSourceFile(sourceFile, parentApiDigest, ext){ argument
/interface/sdk-js/build-tools/
Ddelete_systemapi_plugin.js19 let sourceFile = null; variable