id3-parser icon indicating copy to clipboard operation
id3-parser copied to clipboard

It's entirely written in TypeScript

Open tripulse opened this issue 7 years ago • 2 comments

you lied It doesn't seems that any of the code is written in JavaScript. I think without a TypeScript compiler you could not use the code!

Update your repository information ASAP!

tripulse avatar Feb 02 '19 06:02 tripulse

The published version to NPM is build with Typescript and contains the js files, as you can see here: https://unpkg.com/id3-parser

There's no need to add them to the repo.

Edit: You can look here as well https://cdn.jsdelivr.net/npm/id3-parser

alber70g avatar Feb 04 '19 12:02 alber70g

Well now with the advent of Deno, this is a non-issue.

xsbee avatar Jun 22 '22 10:06 xsbee