* Check if the package map is enabled. * @returns {boolean}
()
| 286 | * @returns {boolean} |
| 287 | */ |
| 288 | function hasPackageMap() { |
| 289 | return !!getPackageMapPath(); |
| 290 | } |
| 291 | |
| 292 | /** |
| 293 | * Resolve a package specifier using the package map. |
no outgoing calls
no test coverage detected
searching dependent graphs…