Searched defs:importNode (Results 1 – 11 of 11) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | useDefaultImport.ts | 22 readonly importNode: AnyImportSyntax; property 34 const importNode = parent.parent.parent; constant
|
| D | convertToEsModule.ts | 27 const importNode = importFromModuleSpecifier(moduleSpecifier); constant
|
| /third_party/typescript/src/services/ |
| D | suggestionDiagnostics.ts | 25 const importNode = importFromModuleSpecifier(moduleSpecifier); constant
|
| /third_party/typescript/src/compiler/transformers/module/ |
| D | module.ts | 384 for (const importNode of currentModuleInfo.externalImports) { constant
|
| /third_party/python/Lib/xml/dom/ |
| D | minidom.py | 1809 def importNode(self, node, deep): member in Document
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 32208 const importNode = getSymbolLinks(apparentType.symbol).originatingImport; constant
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 6582 importNode(importedNode: Node, deep: boolean): Node; method
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 30783 …function getExternalModuleNameLiteral(factory, importNode, sourceFile, host, resolver, compilerOpt… argument 110074 function createRequireCall(importNode) { argument 112388 function createRequireCall(importNode) { argument
|
| D | tsc.js | 24870 …function getExternalModuleNameLiteral(factory, importNode, sourceFile, host, resolver, compilerOpt… argument 91124 function createRequireCall(importNode) { argument 92584 function createRequireCall(importNode) { argument
|
| D | lib.dom.d.ts | 4778 importNode<T extends Node>(node: T, deep?: boolean): T; method
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 4758 importNode<T extends Node>(node: T, deep?: boolean): T; method
|