Results 106 comments of Dave Brophy

I was surprised that the entire source including the dependancies are compiled into a single JS file... I would have expected each imported package to be compiled to a separate...

Oooh I'll change `==` to `===`...

This should be ready to merge now I think?

Hey all... Although not an exact fix for this issue, I'll post an intro here because it's connected: GopherJS is an amazing tool, but I've always been frustrated by the...

So the problem seems to be that [this](https://github.com/gopherjs/gopherjs/blob/95deb33d587c9f6e24b494ea9bdf9648c48f9a60/compiler/utils.go#L371) is returning several copies of the `src0` object... These have identical `Name` and `Pos()`, so can't be sorted properly [here](https://github.com/gopherjs/gopherjs/blob/95deb33d587c9f6e24b494ea9bdf9648c48f9a60/compiler/utils.go#L373-L376).

https://github.com/gopherjs/gopherjs/issues/759 fixes this bug. I have a suspicion that `EscapingObjects` shouldn't be returning these objects at all, but this is way out of my sphere of knowledge, so this is...

I'm running a few final checks to see if it resolves the reproducible code bug and doesn't introduce any more...

Yes, this after this PR, I get reproducible JS across the whole standard library. @shurcooL

Yes sorry #760 is the right PR. I believe this is unconnected to #742.

No problem 😊