(pattern)
| 50675 | } |
| 50676 | |
| 50677 | static isVersion(pattern) { |
| 50678 | return super.isVersion.call(this, pattern) || this.prefixMatcher.test(pattern) || (_path || _load_path()).default.isAbsolute(pattern); |
| 50679 | } |
| 50680 | |
| 50681 | resolve() { |
| 50682 | var _this = this; |
nothing calls this directly
no test coverage detected