From 63578e9d4a4a82d7e88dee62619260fc758a96af Mon Sep 17 00:00:00 2001 From: wangcaoyu Date: Sat, 7 Jun 2025 17:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4arkts1.2=E5=A4=84=E7=90=86?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E6=96=B9=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangcaoyu --- build-tools/handleApiFiles.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/build-tools/handleApiFiles.js b/build-tools/handleApiFiles.js index 50b633576c..2cad66e2f0 100755 --- a/build-tools/handleApiFiles.js +++ b/build-tools/handleApiFiles.js @@ -403,9 +403,6 @@ function handleNoTagFileInSecondType(sourceFile, outputPath, fullPath) { const fileContent = sourceFile.getFullText(); let newContent = ''; // API未标@arkts 1.2或@arkts 1.1&1.2标签,删除文件 - // TODO: 主干挑单临时处理 - writeFile(outputPath, saveLatestJsDoc(fileContent)); - return; if (!arktsTagRegx.test(fileContent)) { if (fullPath.endsWith('.d.ts') && hasEtsFile(fullPath) || fullPath.endsWith('.d.ets') && hasTsFile(fullPath)) { newContent = saveLatestJsDoc(fileContent); -- Gitee