Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 11 of 11) 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.ts180 …const sourceFile = ts.createSourceFile(name ? name : 'memory', content, this.options.scriptTarget,… constant
/interface/sdk-js/build-tools/api_check_plugin/
Dindex.js21 exports.checkJSDoc = function (node, sourceFile, fileName) { argument
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
Dparser.ts69 …const sourceFile: ts.SourceFile = ts.createSourceFile(fileName, fileContent, ts.ScriptTarget.ES201… constant
DJsDocProcessor.ts207 const sourceFile = node.getSourceFile(); constant
/interface/sdk-js/build-tools/
Ddelete_systemapi_plugin.js19 let sourceFile = null; variable
93 function getKitNewSourceFile(sourceFile, kitName) { argument
/interface/sdk-js/build-tools/api_diff/src/
Dapi_collector.js241 function getSourceFile(sourceFile, parentApiDigest, ext) { argument
/interface/sdk-js/build-tools/dts_parser/src/typedef/parser/
DApiInfoDefination.ts75 const sourceFile: ts.SourceFile = node.getSourceFile(); constant