Skip to content

1.4.0

Compare
Choose a tag to compare
@x1unix x1unix released this 31 Jan 07:37
· 739 commits to master since this release
45afb3e

Changelog

This minor release adds Go code errors report in editor

Go code errors report

image

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.