Package Exports
- @brillout/import
- @brillout/import/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@brillout/import) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Workaround for:
- GitHub - TypeScript - Add flag to not transpile dynamic import() when module is CommonJS #43329
- GitHub - TypeScript - Allow ES Module Type-Only Imports from CJS Modules #49721
- Node.js Windows Bug ERR_UNSUPPORTED_ESM_URL_SCHEME
Usage:
import { import_ } from '@brillout/import'
// Same as `import()`
const module = await import_(moduleName)