(pattern)
| 49889 | } |
| 49890 | |
| 49891 | static isVersion(pattern) { |
| 49892 | return super.isVersion.call(this, pattern) || this.prefixMatcher.test(pattern) || (_path || _load_path()).default.isAbsolute(pattern); |
| 49893 | } |
| 49894 | |
| 49895 | resolve() { |
| 49896 | var _this = this; |
nothing calls this directly
no test coverage detected