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.ts217 …export const createIntersectionTypeNode = Debug.deprecate(factory.createIntersectionTypeNode, fact… constant
/third_party/typescript/lib/
Dtypescript.d.ts3753 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
7724 const createIntersectionTypeNode: (types: readonly TypeNode[]) => IntersectionTypeNode; constant
DtypescriptServices.d.ts3753 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
7724 const createIntersectionTypeNode: (types: readonly TypeNode[]) => IntersectionTypeNode; constant
Dtsserverlibrary.d.ts3753 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
11670 const createIntersectionTypeNode: (types: readonly TypeNode[]) => IntersectionTypeNode; constant
Dtsc.js18284 createIntersectionTypeNode: createIntersectionTypeNode, property
19614 function createIntersectionTypeNode(types) { function
DtypingsInstaller.js22963 createIntersectionTypeNode: createIntersectionTypeNode, property
24461 function createIntersectionTypeNode(types) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3753 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
7724 const createIntersectionTypeNode: (types: readonly TypeNode[]) => IntersectionTypeNode; constant
Dtsserverlibrary.d.ts3753 createIntersectionTypeNode(types: readonly TypeNode[]): IntersectionTypeNode; method
11670 const createIntersectionTypeNode: (types: readonly TypeNode[]) => IntersectionTypeNode; constant