Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up--module flag output module instead of self things #97
Labels
Comments
|
Yes, definitely in the plans! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can we have a ES module version
import pbf from 'https://unpkg.com/pbf@3.2.0/dist/pbf.mjs?module'please and a proto compiler--moduleflag that can output a module instead of aselfthing. Life is to short to wait for a stable nodejs mjs release :)Was hoping a bit of CI magic can generate a extra dist mjs automatically
Thanks