-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: esm #131
feat: esm #131
Conversation
Nice one, I had ended up making my own fork because I needed ESM support. Would you consider adding a types file for Typescript? I think one of the biggest problems is the current types never worked for me in Typescript. This is my types file: https://github.com/ckcr4lyf/bencode-esm/blob/6b9256a519753252bce44ac568b5adbc255c919c/lib/index.d.ts , to import as a named default https://github.com/ckcr4lyf/qbit-race/blob/2e56bda3372ed022effcb1114fab24f74304c926/src/helpers/torrent.ts#L1 |
no, this is ESM, make you own PR |
force pushed because Semantic Pull Request is trolling |
# [3.0.0](v2.0.3...v3.0.0) (2022-11-28) ### Features * esm ([#131](#131)) ([b111818](b111818)) ### BREAKING CHANGES * ESM only
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What is the purpose of this pull request? (put an "X" next to item)
What changes did you make? (Give an overview)
Which issue (if any) does this pull request address?
Is there anything you'd like reviewers to focus on?