Searched refs:formatDiffApi (Results 1 – 1 of 1) sorted by relevance
| /interface/sdk-js/build-tools/api_diff/src/ |
| D | index.js | 97 …changeLogData.push(this.formatDiffApi('N/A', diffData.rawText, diffData.className, diffData.classN… 101 …changeLogData.push(this.formatDiffApi(diffData.rawText, 'N/A', diffData.className, diffData.classN… 105 changeLogData.push(this.formatDiffApi('N/A', 'N/A', 'N/A', 'N/A', diffData.dtsName, 'N/A')); 108 …changeLogData.push(this.formatDiffApi(diffData.oldMessage, diffData.newMessage, diffData.className, 112 … changeLogData.push(this.formatDiffApi(diffData.rawText, diffData.rawText, diffData.className, 118 formatDiffApi(oldApi, newApi, oldType, newType, oldDtsName, newDtsName) { method
|