(parserId)
| 15469 | return this._getAtoms(0) |
| 15470 | } |
| 15471 | doesExtend(parserId) { |
| 15472 | return false |
| 15473 | } |
| 15474 | require(moduleName, filePath) { |
| 15475 | if (!this.isNodeJs()) return window[moduleName] |
| 15476 | return require(filePath || moduleName) |
no outgoing calls
no test coverage detected