* Try to resolve and import the ImportPath with the `name`
(path: ImportPath, name: string)
| 61 | * Try to resolve and import the ImportPath with the `name` |
| 62 | */ |
| 63 | import(path: ImportPath, name: string): NodePath | null { |
| 64 | return this.#importer(path, name, this); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Parse the content of a new file |
no outgoing calls
no test coverage detected