Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
Ddiff.ts269 …const newApiInfo: ApiInfo | undefined = newMethodInfoMap.get(oldApiInfo.getDefinedText().replace(/… constant
316 for (const newApiInfo of newMethodInfoMap.values()) { constant
DDiffProcessor.ts1137 const newApiInfo: ApiInfo = newParamInfo.getTypeLocations()[0]; constant
1161 const newApiInfo: TypeAliasInfo = (newParamInfo.getTypeLocations()[0]) as TypeAliasInfo; constant
1196 const newApiInfo: ApiInfo | undefined = newApiInfoMap.get(key); constant