import-map-overrides icon indicating copy to clipboard operation
import-map-overrides copied to clipboard

Add support for overriding scoped imports

Open dominiktopp opened this issue 1 year ago • 1 comments

Hi,

import-maps also allow scoped mappings (https://github.com/systemjs/systemjs/blob/main/docs/import-maps.md#scopes). At the moment I do not find a way to override such an import. Would it be possible to add this to import-map-overrides?

Thank you Dominik

dominiktopp avatar Sep 11 '24 16:09 dominiktopp

I agree this would be a good feature to add. Would you be willing to fund the development of it? I charge $250/hr, billed to the minute.

internettrans avatar Sep 13 '24 19:09 internettrans

#120

I'm going to take a crack at this. I'm thinking of putting tabs above the module grid, where each tab will be a scope, with the default (and possibly only) tab being the "global scope". Each tab/scope shows the module grid defined for that scope. You can add/remove scopes and of course you'll be able to add/override modules for a scope the same way you currently can for the "global" import map

fiz-deliverect avatar Oct 26 '25 16:10 fiz-deliverect