tinygo/loader
Ayke van Laethem 66aca428ba compiler: rename import path if it lies in TINYGOPATH
This allows importing (for example) both
"github.com/tinygo-org/tinygo/src/machine" and "machine" without issues.
The former is renamed to just "machine".
2019-06-06 16:01:25 +02:00
..
errors.go loader: better error message on import cycles 2019-01-27 10:38:02 +01:00
loader.go compiler: rename import path if it lies in TINYGOPATH 2019-06-06 16:01:25 +02:00
ssa.go loader: switch to custom program loader 2018-12-10 15:36:23 +01:00