Results 83 comments of Richard Musiol

Yes, that feature would be welcome. :-) The first implementation that comes to my mind would be to fake entries in `InitOrder` here: https://github.com/gopherjs/gopherjs/blob/master/compiler/package.go#L247

@vron Are you looking into it? If you get stuck, feel free to ask me on the Gophers Slack. I could also look into this myself, I just want to...

We need a new session there because the source files may have changed and we need to recompile. But you're probably right that we need to add some cleanup logic...

Sorry for not yet answering on your post in the group. Quite busy atm. Currently there is no way to change the base path, but we can add a command...

The intention of `*js.Error` is just to encapsulate a JS error when it is "catched" via Go's `recover`. It was not meant to be passed to/from JS functions, but it's...

I have modified the test a bit to test big templates: ``` Go package main import ( "bytes" "html/template" "log" "time" ) func main() { tmpl := template.New("test") t :=...

You get no output at all? This is very strange, since there are no system calls involved here. Could you try a simple JS file with `console.log("test");`, please?

When did it stop working? When you upgraded Node.js or on some GopherJS version?

Please put a panic in there to see if the code is running at all.

Hmm that's strange. You could try 151315c84530c6815d3114fc5dd1b8ed9cbee676. That's before the sourcemap change.