Files
tinygo/testdata/errors/loader-invalidpackage.go
Ayke van Laethem d7773d3e86 loader: handle go list errors inside TinyGo
Instead of exiting with an error, handle these errors internally.
This will enable a few improvements in the future.
2024-07-13 13:26:26 +02:00

4 lines
101 B
Go

ppackage // syntax error
// ERROR: loader-invalidpackage.go:1:1: expected 'package', found ppackage