Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
DDiffProcessor.ts80 const newJsDocInfo: Comment.JsDocInfo | undefined = newApiInfo.getLastJsDocInfo(); constant
151 const isSystemApiOfNew: boolean = newJsDocInfo ? newJsDocInfo.getIsSystemApi() : false; constant
179 …const modelLimitationOfNew: string = newJsDocInfo ? newJsDocInfo.getModelLimitation().toLowerCase(… constant
199 const isCardOfNew: boolean = newJsDocInfo ? newJsDocInfo.getIsForm() : false; constant
219 … const isCrossPlatFormOfNew: boolean = newJsDocInfo ? newJsDocInfo.getIsCrossPlatForm() : false; constant
239 …const isAtomicServiceOfNew: boolean | undefined = newJsDocInfo ? newJsDocInfo.getIsAtomicService()… constant
259 const permissionsOfNew: string = newJsDocInfo ? newJsDocInfo.getPermission() : ''; constant
292 const errorCodesOfNew: number[] = newJsDocInfo ? newJsDocInfo.getErrorCode().sort() : []; constant
349 const syscapOfNew: string = newJsDocInfo ? newJsDocInfo.getSyscap() : ''; constant
371 … const deprecatedVersionOfNew: string = newJsDocInfo ? newJsDocInfo.getDeprecatedVersion() : '-1'; constant
Ddiff.ts317 const newJsDocInfo: Comment.JsDocInfo | undefined = newApiInfo.getPenultimateJsDocInfo(); constant