Home
last modified time | relevance | path

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

/third_party/typescript/src/linter/ArkTSLinter_1_0/
DProblems.ts23 LambdaWithTypeParameters, ClassExpression, DestructuringAssignment, enumerator
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DProblems.ts24 ClassExpression, DestructuringAssignment, enumerator
/third_party/typescript/src/compiler/
Dtypes.ts2462 export type DestructuringAssignment = alias
/third_party/typescript/lib/
Dtypescript.d.ts1302 type DestructuringAssignment = ObjectDestructuringAssignment | ArrayDestructuringAssignment; alias
Dtsserverlibrary.d.ts5305 type DestructuringAssignment = ObjectDestructuringAssignment | ArrayDestructuringAssignment; alias
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts1302 type DestructuringAssignment = ObjectDestructuringAssignment | ArrayDestructuringAssignment; alias
Dtsserverlibrary.d.ts5305 type DestructuringAssignment = ObjectDestructuringAssignment | ArrayDestructuringAssignment; alias