(startFrom)
| 15476 | return require(filePath || moduleName) |
| 15477 | } |
| 15478 | getAtomsFrom(startFrom) { |
| 15479 | return this._getAtoms(startFrom) |
| 15480 | } |
| 15481 | getFirstAncestor() { |
| 15482 | const parent = this.parent |
| 15483 | return parent.isRoot() ? this : parent.getFirstAncestor() |
no test coverage detected