Closed
Description
#102835 adds "js" to build.goosList, causing build.Context.MatchFile to exclude files named *_js.go
when GOOS is not "js".
We have a number of existing files that match that pattern (mostly generated code containing embedded JavaScript strings), and there are probably more in the world at large. This seems like it might be too common a suffix to change at this time.