Home
last modified time | relevance | path

Searched refs:TypeAliasDeclaration (Results 1 – 5 of 5) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/parser/
DNodeProcessor.ts638 static TypeAliasDeclaration(node: ts.Node, parentApi: BasicApiInfo): ApiInfo { method in NodeProcessorHelper
639 const typeAliasNode: ts.TypeAliasDeclaration = node as ts.TypeAliasDeclaration;
653 …static processTypeInterface(node: ts.TypeAliasDeclaration, parentApi: BasicApiInfo): InterfaceInfo…
667 static processTypeAlias(node: ts.TypeAliasDeclaration, parentApi: BasicApiInfo): TypeAliasInfo {
856 [ts.SyntaxKind.TypeAliasDeclaration, NodeProcessorHelper.processTypeAlias],
/interface/sdk-js/build-tools/api_diff/src/
Dapi_collector.js82 …return wrapApiDigestInfo(typeAliasDeclaration, className, apiName, ApiType.TypeAliasDeclaration, r…
261 [ts.SyntaxKind.TypeAliasDeclaration, getTypeAliasDeclarationInfo],
Dapi_data.js298 TypeAliasDeclaration: { name: '类型成员', code: 11 }, property
/interface/sdk-js/build-tools/api_check_plugin/src/
Dutils.js44 ts.SyntaxKind.LabeledStatement, ts.SyntaxKind.TypeAliasDeclaration
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts153 …yntaxKind.ClassDeclaration, ts.SyntaxKind.InterfaceDeclaration, ts.SyntaxKind.TypeAliasDeclaration,
162 ts.SyntaxKind.TypeLiteral, ts.SyntaxKind.PropertySignature, ts.SyntaxKind.TypeAliasDeclaration