You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need it because the JS files are build outputs, not build inputs.
(esbuild is still used to transpile TS)
Go panics with interface conversion: graph.InputFileRepr is *graph.CopyRepr, not *graph.JSRepr on this line:
I need it because the JS files are build outputs, not build inputs.
(esbuild is still used to transpile TS)
Go panics with
interface conversion: graph.InputFileRepr is *graph.CopyRepr, not *graph.JSRepr
on this line:esbuild/internal/linker/linker.go
Line 1223 in e9413cc
The text was updated successfully, but these errors were encountered: