v1.4.0 - Syntax errors report
Published on February 18, 2020 by Denis Sedchenko
This minor release adds Go code errors report in editor
Go code errors report
We added background code syntax checker based on go/parser package. Checker is written in Go and compiled as WebAssembly binary.
If your browser supports WebAssembly, checker will start in separate worker thread and will report for syntax error in your code on code change.