Home
last modified time | relevance | path

Searched defs:comments (Results 1 – 4 of 4) sorted by relevance

/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DapiSplitProcessor.ts89 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
130 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
151 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
172 …const comments: Array<comment.CommentInfo> = CommentHelper.getNodeLeadingComments(node, node.getSo… constant
/interface/sdk-js/build-tools/api_check_plugin/src/
Dcheck_legality.js24 function checkJsDocLegality(node, comments, checkInfoMap) { argument
142 function legalityCheck(node, comments, legalKinds, tagsName, isRequire, checkInfoMap, extraCheckCal… argument
/interface/sdk-js/build-tools/api_check_plugin/src/check_jsdoc_value/
Dcheck_order.js76 function checkApiOrder(comments) { argument
/interface/sdk-js/build-tools/arkui_transformer/src/
Dinterface_converter.ts60 const comments: string[] = []; constant