Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch all Node-native NPM packages to Deno-native with dnt #2

Open
shah opened this issue May 15, 2023 · 0 comments
Open

Switch all Node-native NPM packages to Deno-native with dnt #2

shah opened this issue May 15, 2023 · 0 comments
Assignees

Comments

@shah
Copy link
Contributor

shah commented May 15, 2023

Currently all our NodeJS Commons packages are NodeJS-native. However, it makes more sense to make packages that are runtime-independent (like universal for example) to be Deno-native and use dnt to generate their NPM versions. Deno packages are easier to manage and test but NPM is more universally accessible.

For packages like nlc-astro and nlc-remark it probably makes sense to leave them as NodeJS-native but nlc-universal will probably be best as Deno-native. We'll need to make case-by-case decisions based on whether a library has any value outside of NodeJS (e.g. for Bun or Deno).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants