Docmaps-Project / docmaps

Extensible protocol for document history metadata exchange, to enable trustworthy, rapid, open science, by and for preprint science communities.
MIT License
15 stars 1 forks source link

Release all packages with CJS and MJS versions #57

Closed ships closed 1 year ago

ships commented 1 year ago

For compatibility with non-TS users.

see preconstruct.tools ?

ships commented 1 year ago

59 actually broke the released packages because the preconstruct tool does not support building module type packages. Also see this preconstruct proposal which might enable this in future.

The main issues we face if we abandon ESM: AVA (test framework) runs as a module, and some dependencies (at least @rdfjs/rdf-serializer-ext) are modules.