livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.58k stars 179 forks source link

framework/view: test that console.log now works in svelte. closes #87. #160

Closed matthewmueller closed 2 years ago

matthewmueller commented 2 years ago

This isn't perfect since it's logged directly to os.Stdout rather than being catchable.

I'll need to look into PRing https://github.com/kuoruan/v8go-polyfills or bringing it into bud. I also noticed there was no console.error, which is unfortunate.