/third_party/typescript/src/deprecatedCompat/ |
D | deprecations.ts | 176 export const updateConstructorTypeNode = Debug.deprecate(( constant 182 … return factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type);
|
/third_party/typescript/src/compiler/ |
D | visitorPublic.ts | 487 return factory.updateConstructorTypeNode(<ConstructorTypeNode>node,
|
D | types.ts | 6999 …updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… 7001 …updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar…
|
/third_party/typescript/src/compiler/transformers/ |
D | declarations.ts | 1038 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), visitNodes(input.t…
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3273 …updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method 3275 …updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method 6602 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
|
D | typescriptServices.d.ts | 3273 …updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method 3275 …updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method 6602 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
|
D | tsserverlibrary.d.ts | 3273 …updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method 3275 …updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method 10347 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
|
D | tsc.js | 16317 updateConstructorTypeNode: updateConstructorTypeNode, property 17389 function updateConstructorTypeNode() { function 68751 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier… 81313 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
|
D | typingsInstaller.js | 20613 updateConstructorTypeNode: updateConstructorTypeNode, property 21821 function updateConstructorTypeNode() { function 81816 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier… 99663 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu…
|
D | typescriptServices.js | 20818 updateConstructorTypeNode: updateConstructorTypeNode, property 22026 function updateConstructorTypeNode() { function 82021 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier… 99868 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu… 152910 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type… 152911 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
|
D | tsserverlibrary.js | 20818 updateConstructorTypeNode: updateConstructorTypeNode, property 22026 function updateConstructorTypeNode() { function 82021 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier… 99868 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu… 162682 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type… 162683 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
|
D | tsserver.js | 20624 updateConstructorTypeNode: updateConstructorTypeNode, property 21832 function updateConstructorTypeNode() { function 81827 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier… 99674 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu… 162678 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type… 162679 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
|
D | typescript.js | 20818 updateConstructorTypeNode: updateConstructorTypeNode, property 22026 function updateConstructorTypeNode() { function 82021 …return factory.updateConstructorTypeNode(node, nodesVisitor(node.modifiers, visitor, ts.isModifier… 99868 …return cleanup(factory.updateConstructorTypeNode(input, ensureModifiers(input), ts.visitNodes(inpu… 152910 …ts.updateConstructorTypeNode = ts.Debug.deprecate(function (node, typeParameters, parameters, type… 152911 …return ts.factory.updateConstructorTypeNode(node, node.modifiers, typeParameters, parameters, type…
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3389 …updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method 3391 …updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method 6849 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
|
D | tsserverlibrary.d.ts | 3389 …updateConstructorTypeNode(node: ConstructorTypeNode, modifiers: readonly Modifier[] | undefined, t… method 3391 …updateConstructorTypeNode(node: ConstructorTypeNode, typeParameters: NodeArray<TypeParameterDeclar… method 10632 …const updateConstructorTypeNode: (node: ConstructorTypeNode, typeParameters: NodeArray<TypeParamet… constant
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 107 updateConstructorTypeNode, 1742 …function updateConstructorTypeNode(...args: Parameters<typeof updateConstructorTypeNode1 | typeof …
|