Open
Description
The wrappers then try and fail to import their CJS module from './*.cjs'
The path of the wrappers depend on their CJS module's InputMap key.
Additionally...
The pattern for an InputMap key prohibits '/' characters.
Removing the '/' characters from the keys causes the "-wrapper.m,js" files to be created at ./cjs/*-wrapper.mjs
instead of alongside the CJS files at ./cjs/dotnet/*.cjs
This doesn't work. The wrappers' import statements treat the CJS modules as if they're in the same directory and will fail to load them.
Metadata
Metadata
Assignees
Labels
No labels