refactor: ESM and TypeScript-as-JavaScript#18
Conversation
BREAKING CHANGE: Adds `exports`. Also: - chore: update eslint
|
@AWinterman ... Hi Andrew... Not sure if you wanted to review first before making a release... This adds TypeScript as well as modernizes to use ES modules. It's technically a breaking change as it adds an |
|
Do you think you'll have time to review? Otherwise, I can make a fork... Wanted to also add a sync version. Thanks! |
|
@AWinterman I see you've been actively contributing to various repositories, particularly with your work on Node Scuttlebutt in your top repo. Your JavaScript expertise and collaborative experience make you a strong candidate for part-time contributions to my current project. I'm impressed by your commitment to open-source development. If interested, please contact via this email. |
refactor: ESM and TypeScript-as-JavaScript
BREAKING CHANGE:
Adds
exports.Also: