Home
last modified time | relevance | path

Searched refs:dtsPath (Results 1 – 9 of 9) sorted by relevance

/interface/sdk-js/build-tools/api_diff/src/
Dcollect_base_api.js108 …on processDeclarationSourceFile(packageName, api, exportApi, returnDeclarationArr, hash, dtsPath) { argument
144 collectApi(packageName, api, stat, apiInfo, exportApi, returnDeclarationArr, hash, dtsPath,
152 function collectApi(packageName, api, stat, apiInfo, exportApi, returnDeclarationArr, hash, dtsPath argument
156 currentTypeList, dtsPath);
160 currentTypeList, dtsPath);
164 currentTypeList, dtsPath);
168 currentTypeList, dtsPath);
175 'Decorator', api, hash, dtsPath, 8);
189 hash, currentClassFuncSet, stat, dtsPath);
194 …stat, packageName, api, exportApi, returnDeclarationArr, hash, apiInfo, currentTypeList, dtsPath) { argument
[all …]
Dreporter.js143 this.dtsPath = apiDigestInfo.getPath();
149 this.dtsPath = '';
155 setDtsPath(dtsPath) { argument
156 this.dtsPath = dtsPath;
250 const key = `${api.dtsPath}#${this.formatApiText(api.rawText)}`;
Dformat_data.js213 const handledDtsName = handleDtsName(dtsName).dtsPath;
302 dtsName: filePathObj.dtsPath,
317 let dtsPath = dtsName;
320 dtsPath.replace('api/@internal/component/ets', 'component');
323 dtsPath = packageName;
325 return { packageName, dtsPath };
Dcollect_api.js155 …if (api.dtsPath.replace(newDir, '') === newApi.dtsPath.replace(newDir, '') && api.className === ne…
247 if (newApi.dtsPath.replace(newDir, '') === oldApi.dtsPath.replace(oldDir, '')) {
574 if (oldApi.dtsPath.replace(oldDir, '') === newApi.dtsPath.replace(newDir, '')) {
685 let fileName = apiData.dtsPath ? path.basename(apiData.dtsPath) : apiData.packageName;
711 let fileName = apiData.dtsPath ? path.basename(apiData.dtsPath) : apiData.packageName;
Dapi_collector.js41 .setPath(ext.dtsPath)
363 this.dtsPath = filePath;
381 const dtsPath = path.relative(rootDir, filePath).replace(/\\/g, '/');
Dapi_diff.js124 let dtsPath;
134 dtsPath = classNameMap.type.path;
136 ext.diffReporter.addDeletedPackage(packageName, dtsPath);
/interface/sdk-js/build-tools/collect_api/
Dcollect_base_api.js117 …on processDeclarationSourceFile(packageName, api, exportApi, returnDeclarationArr, hash, dtsPath) { argument
136 collectApi(packageName, api, stat, apiInfo, exportApi, returnDeclarationArr, hash, dtsPath,
165 function collectApi(packageName, api, stat, apiInfo, exportApi, returnDeclarationArr, hash, dtsPath argument
169 currentTypeList, dtsPath);
172 currentTypeList, dtsPath);
175 currentTypeList, dtsPath);
178 currentTypeList, dtsPath);
182 'Decorator', api, hash, dtsPath, 8);
184 … collectSpecialApi(stat, packageName, api, hash, currentClassFuncSet, dtsPath, exportApi, apiInfo);
188 function collectSpecialApi(stat, packageName, api, hash, currentClassFuncSet, dtsPath, exportApi, a… argument
[all …]
/interface/sdk-js/build-tools/collect_application_api/src/
Dapi_writer.js92 apiInfo.dtsPath
177 return `${typeName}_${apiInfo.propertyName}_${apiInfo.apiText}_ ${apiInfo.dtsPath}`;
Dapi_recognizer.js348 const dtsPath = path.relative(this.systemRoot, modulePath).replace(/\\/g, '/');