Rich-Harris / packd

Rollup as a service (with a little help from Browserify)
https://packd.now.sh
MIT License
260 stars 24 forks source link

binary-parser doesn't work #144

Open brandonros opened 3 years ago

brandonros commented 3 years ago

https://bundle.run/binary-parser@1.7.0

https://github.com/keichi/binary-parser

manzt commented 2 years ago

Somehow came across this issue today... binary-parser now has a dependency-less ESM export, which can be loaded from a CDN:

<script type="module">
  import {Parser} from 'https://cdn.skypack.dev/binary-parser';
 // ...
</script>

but also now https://bundle.run/binary-parser@2.0.1 works, if you require a UMD pkg.