mvdan / sh

A shell parser, formatter, and interpreter with bash support; includes shfmt
https://pkg.go.dev/mvdan.cc/sh/v3
BSD 3-Clause "New" or "Revised" License
7.14k stars 338 forks source link

feat: use latest gopherjs fork with MakeFullWrapper support #840

Closed JounQin closed 2 years ago

JounQin commented 2 years ago

I'm using git submodule to install the fork with getters branch correctly, or maybe we should wait https://github.com/gopherjs/gopherjs/pull/1112 to be merged first, this is just trying to show it just works as expected.

It just works.

JounQin commented 2 years ago

@mvdan Any time to review?