myitcv / gopherjs

A compiler from Go to JavaScript for running Go code in a browser
BSD 2-Clause "Simplified" License
21 stars 0 forks source link

build: fix list for module dependencies for tests #35

Closed myitcv closed 5 years ago

myitcv commented 5 years ago

There's not a good way of resolving test deps for one package and just deps of others. Hence we resolve test deps for all of them (the "other" deps are std library of gopherjs specific so no cost) but only return results where it's for the test in question.