digitalinteraction / deconf-api-toolkit

A library for running decentralised virtual conferences
https://deconf-api.openlab.dev/
MIT License
2 stars 0 forks source link

Move to ESM #2

Open robb-j opened 3 years ago

robb-j commented 3 years ago

When support for ESM has matured in TypeScript and ts-node, this can safely be moved to export es modules rather than commonjs.

robb-j commented 2 years ago

Without ESM we can't use remark which is part of #14 to parse markdown, the package only supports ESM.