Andrew
Andrew
Is there a way to use `--path` (so I can use non-relative imports) and compile the `lib/utils/module.ts` without including it as an entrypoint?
I was just looking at the fading code, and I noticed something interesting: https://github.com/goldfire/howler.js/blob/a2a47933f1ffcee659e4939a65e075fa7f25706c/src/howler.core.js#L1332-L1340 If the Web Audio api is being used, the fade is done using `linearRampToValueAtTime`. But then...
It looks like the workaround is to [pass a dictionary](https://github.com/amoffat/sh/blob/develop/sh.py#L1572-L1589) into the command, so `foo({"my_long_int_argument": 42})`. I believe that decision was made because allowing raw (untransformed) program arguments can be...
Thanks. Feel free to close if removing that backwards compatibility is not on the roadmap