Skip to content

Commit 1b4ccad

Browse files
committed
Update Playground to GopherJS 1.17.0 and Go 1.17.2.
1 parent c322678 commit 1b4ccad

File tree

208 files changed

+2889
-3788
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+2889
-3788
lines changed

playground/go.mod

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module github.com/gopherjs/gopherjs.github.io/playground
2+
3+
go 1.17
4+
5+
require (
6+
github.com/gopherjs/gopherjs v0.0.0-20211023200351-1e6abe791855
7+
github.com/neelance/go-angularjs v0.0.0-20170205214111-8c6312cca6e2
8+
golang.org/x/tools v0.1.7
9+
honnef.co/go/js/dom v0.0.0-20210725211120-f030747120f2
10+
honnef.co/go/js/xhr v0.0.0-20150307031022-00e3346113ae
11+
)
12+
13+
require (
14+
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
15+
honnef.co/go/js/util v0.0.0-20150216223935-96b8dd9d1621 // indirect
16+
)

playground/go.sum

Lines changed: 594 additions & 0 deletions
Large diffs are not rendered by default.

playground/internal/imports/zstdlib.go

Lines changed: 2202 additions & 3720 deletions
Large diffs are not rendered by default.

playground/pkg/archive/tar.a.js

92.3 KB
Binary file not shown.

playground/pkg/archive/zip.a.js

65.6 KB
Binary file not shown.

playground/pkg/bufio.a.js

25.2 KB
Binary file not shown.

playground/pkg/bytes.a.js

35.2 KB
Binary file not shown.

playground/pkg/compress/bzip2.a.js

19.7 KB
Binary file not shown.

playground/pkg/compress/flate.a.js

70.3 KB
Binary file not shown.

playground/pkg/compress/gzip.a.js

15.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)