jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

feat: package subpath extension searching for both cjs and non-exports resolution #359

Closed guybedford closed 1 month ago

guybedford commented 1 month ago

Currently we only do extension searching in package subpath resolutions when the package is a CommonJS package, per the Node.js resolution rules.

This resolves https://github.com/jspm/generator/issues/355 in also performing subpath extension searching for extensions in addition when the subpath resolution is not resolved through exports.