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

A browser and NodeJS javascript library for overriding import maps

Results 26 import-map-overrides issues
Sort by recently updated
recently updated
newest added

Fixed bug where browser in dark mode resulted in white text on white background in dialog box. Also fixed a broken test that specified exact error formatting that was not...

Bumps [cookie](https://github.com/jshttp/cookie) from 0.6.0 to 0.7.0. Release notes Sourced from cookie's releases. 0.7.0 perf: parse cookies ~10% faster (#144 by @​kurtextrem and #170) fix: narrow the validation of cookies to...

dependencies

Hi, This is my code for my index.ejs file. Single-Spa Project { "imports": { "single-spa": "/local-libs/single-spa/lib/system/single-spa.min.js", "react": "/local-libs/react/umd/react.production.min.js", "react-dom":"/local-libs/react-dom/umd/react-dom.production.min.js", "@tea/root-config": "/tea-root-config.js", "@tea/mainpage": "//localhost:8081/index.js", "@tea/appbar": "//localhost:8080/index.js" } } System.import('@tea/root-config'); After enabling...

SystemJS 6.15 introduced a new API to expose its import map: https://github.com/systemjs/systemjs/pull/2484 This could be conditionally enabled in a implementation like bellow, so it wouldn't force people to upgrade to...

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?...