Home
last modified time | relevance | path

Searched defs:diffReporter (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/build-tools/api_diff/src/
Djsdoc_diff.js252 function compareJSDocs(oldApi, newApi, diffReporter) { argument
282 function diffHistoricalJsDoc(oldApi, newApi, diffReporter, hint) { argument
336 function diffType(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
365 function diffAppModel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
394 function diffApiLevel(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
425 function diffCrossplatform(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
453 function diffForm(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
479 function diffSyscap(diffReporter, oldApi, newApi, hint) { argument
508 function diffSinceVersion(diffReporter, oldTagItem, newTagItem, oldApi, newApi, hint) { argument
535 function diffDeprecated(diffReporter, oldApi, newApi, hint) { argument
[all …]
Dapi_diff.js91 function collectAllApiDiffs(newApiMap, oldApiMap, diffReporter, oldDir, newDir) { argument
95 diffReporter: diffReporter, property
105 function collectAllApiDiffFromPackageMap(newPackageMap, diffReporter) { argument
414 function collectJSDocDiffs(oldApi, newApi, diffReporter) { argument