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

Improved deno support #46

Open
shreyasminocha opened this issue Aug 1, 2022 · 0 comments
Open

Improved deno support #46

shreyasminocha opened this issue Aug 1, 2022 · 0 comments

Comments

@shreyasminocha
Copy link
Collaborator

We currently output a mod.js for deno and an index.d.ts for node. index.d.ts doesn't work with deno because (a) it doesn't have the types for our dependencies bundled, and (b) index.d.ts isn't referenced in mod.js, so deno wouldn't know where to find the types anyway.

Once we figure out the bundling of types for deno, we should also:

  • add a section about deno to the readme
  • add a deno example
  • potentially publish to deno.land/x

Also, mod.js currently includes, bundled-in, all our dependencies. Ideally it would import them.

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

1 participant