Skip to content

Commit 35cbc37

Browse files
authored
Merge pull request #74 from nevkontakte/master
Update playground for GopherJS 1.16.1+go1.16.3
2 parents bc5ba08 + 347ef90 commit 35cbc37

File tree

187 files changed

+77
-69
lines changed

Some content is hidden

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

187 files changed

+77
-69
lines changed

playground/internal/imports/zstdlib.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2634,6 +2634,8 @@ var stdlib = map[string]string{
26342634
"jpeg.Options": "image/jpeg",
26352635
"jpeg.Reader": "image/jpeg",
26362636
"jpeg.UnsupportedError": "image/jpeg",
2637+
"js.CopyBytesToGo": "syscall/js",
2638+
"js.CopyBytesToJS": "syscall/js",
26372639
"js.Debugger": "github.com/gopherjs/gopherjs/js",
26382640
// "js.Error" is ambiguous
26392641
"js.Func": "syscall/js",
@@ -2658,8 +2660,6 @@ var stdlib = map[string]string{
26582660
"js.TypeString": "syscall/js",
26592661
"js.TypeSymbol": "syscall/js",
26602662
"js.TypeUndefined": "syscall/js",
2661-
"js.TypedArray": "syscall/js",
2662-
"js.TypedArrayOf": "syscall/js",
26632663
// "js.Undefined" is ambiguous
26642664
"js.Value": "syscall/js",
26652665
"js.ValueError": "syscall/js",

playground/pkg/archive/tar.a.js

1.83 KB
Binary file not shown.

playground/pkg/archive/zip.a.js

19.3 KB
Binary file not shown.

playground/pkg/bufio.a.js

2.7 KB
Binary file not shown.

playground/pkg/bytes.a.js

7.48 KB
Binary file not shown.

playground/pkg/compress/bzip2.a.js

363 Bytes
Binary file not shown.

playground/pkg/compress/flate.a.js

1.61 KB
Binary file not shown.

playground/pkg/compress/gzip.a.js

346 Bytes
Binary file not shown.

playground/pkg/compress/lzw.a.js

288 Bytes
Binary file not shown.

playground/pkg/compress/zlib.a.js

310 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)