Home
last modified time | relevance | path

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

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/diff/
DDiffProcessor.ts74 const newJsDocInfo: Comment.JsDocInfo | undefined = newApiInfo.getLastJsDocInfo(); constant
135 const isSystemApiOfNew: boolean = newJsDocInfo ? newJsDocInfo.getIsSystemApi() : false; constant
163 const modelLimitationOfNew: string = newJsDocInfo ? newJsDocInfo.getModelLimitation() : ''; constant
183 const isCardOfNew: boolean = newJsDocInfo ? newJsDocInfo.getIsForm() : false; constant
203 … const isCrossPlatFormOfNew: boolean = newJsDocInfo ? newJsDocInfo.getIsCrossPlatForm() : false; constant
223 const permissionsOfNew: string = newJsDocInfo ? newJsDocInfo.getPermission() : ''; constant
256 const errorCodesOfNew: number[] = newJsDocInfo ? newJsDocInfo.getErrorCode().sort() : []; constant
281 const syscapOfNew: string = newJsDocInfo ? newJsDocInfo.getSyscap() : ''; constant
301 … const deprecatedVersionOfNew: string = newJsDocInfo ? newJsDocInfo.getDeprecatedVersion() : '-1'; constant