Borewit
Borewit
All very good suggestions @Haschikeks. > Make musicbrainz-api an pure [ESM module](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c), which would allow us to use the latest ky packages Pure ESM is nice, but users will complain...
> But some time ago I accepted it. (At least thats what I think I did? Github shows me as a collaborator in this issue, so) Ah my bad, for...
@Haschikeks although there are a few challenges are remaining, a lot of the pre-requisites have now been met. I like to make this module browser complaint. Possibly we move non...
@Haschikeks are you interested in continuing this work? Otherwise I might pick it up.
Buffer is not o > @artshade I don't use this lib anymore, but from what I remember Buffer is only used in a few places (2 or 3?) and the...
Related to #417, maybe this will be a game changer: https://github.com/Borewit/token-types/pull/650
Closing this issue, you give [music-metadata](https://github.com/Borewit/music-metadata), I will deprecate this package.
Updating music-metadata version 7 to 8 is not straightforward, as version 7 is CJS and 8 is ESM. Ideally music-metadata version 8 should take over the browser functionality. I made...
[music-metadata](https://github.com/Borewit/music-metadata) [v9.0.0](https://github.com/Borewit/music-metadata/releases/tag/v9.0.0) took over browser functionality, this music-metadata-browser is obsolete.
I am not what problem we fix if I add "core". Version 7 is CommonJS module, since version 8 it is an ESM module. Please have a look at #1259.