Open
Description
Now all major browsers, as well as Node.js and Deno, support import-maps natively or with a custom loader. see
- https://caniuse.com/import-maps
- https://www.npmjs.com/package/@node-loader/import-maps
- https://deno.land/manual@v1.31.1/basics/import_maps
Some third party libs, e.g. xpath-analyzer, have used bare module specifiers, to use these libs in ClearScript runtime, currently I need to modify source code, transforming bare module specifiers into relative paths.