Description
I think there is some kind of mis-configuration in the building or publishing process related to the codemirror-graphql
package. The sub-modules usually have the ESM
folder exported but this one... well it doesn't.
The main
and module
properties are pointing to files/folders that do not exist.
Some examples:
-
codemirror-graphql
(bug, no ESM folder exported)
https://unpkg.com/browse/[email protected]/ -
graphql-language-service-interface
(yes, ESM folder exported)
https://unpkg.com/browse/[email protected]/ -
graphql-language-service-parser
(yes, ESM folder exported)
https://unpkg.com/browse/[email protected]/ -
graphql-language-service-server
(yes, ESM folder exported)
https://unpkg.com/browse/[email protected]/
Considerations:
- It seems that the
ESM
files are scattered within the root folder rather than in the/esm
sub-folder on the registry version - I forked the
codemirror-graphql
package and I built it according to configuration and theesm
folder is correctly created ... but this doesn't reflect the published version on thenpm
registry. - This seems a long time bug affecting all previous releases
NPM Registry: https://unpkg.com/browse/[email protected]/
Metadata
Metadata
Assignees
Type
Projects
Status