Home
last modified time | relevance | path

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

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts228 export const createIntersectionTypeNode: typeof factory.createIntersectionTypeNode = Debug.deprecat… constant
/third_party/typescript/src/compiler/
Dtypes.ts8163 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
/third_party/typescript/lib/
Dtypescript.d.ts3942 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
Dtsserverlibrary.d.ts7945 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
DtypingsInstaller.js13428 createIntersectionTypeNode, property
14874 function createIntersectionTypeNode(types) { function
Dtsc.js18719 createIntersectionTypeNode, property
20165 function createIntersectionTypeNode(types) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3942 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
Dtsserverlibrary.d.ts7945 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method