rochars / wavefile

Create, read and write wav files according to the specs. :star: :notes: :heart:
MIT License
226 stars 48 forks source link

use explicit path in imports #39

Open jimmywarting opened 1 year ago

jimmywarting commented 1 year ago

true ESM requires path to be explicit in order to find them. remote path resolver like http import isn't so good at locating this extension-less paths cuz it can't scan the dir if you meant ./foo/index.js or ./foo.js

this would allow to run the code without having to even compile it first.