Open lastmjs opened 3 months ago
Sometimes it seems like esbuild does not honor import position strictly as written...will this be a problem?
Actually, it might be our TypeScript compilers that are doing this, and this might not be standard behavior: https://github.com/evanw/esbuild/issues/1444
What I mean is that, esbuild might be doing it correctly.
Sometimes it seems like esbuild does not honor import position strictly as written...will this be a problem?