Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DunionAndIntersectionInference1.ts7 function destructure<a, r>( function
/third_party/typescript/tests/baselines/reference/
DunionAndIntersectionInference1.js103 function destructure(something, haveValue, haveY) { function
/third_party/typescript/src/compiler/transformers/
Des2015.ts3503 const destructure = factory.createVariableStatement(/*modifiers*/ undefined, list); constant