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.

playground/pkg/compress/lzw.a.js

17.7 KB
Binary file not shown.

playground/pkg/compress/zlib.a.js

8.95 KB
Binary file not shown.

playground/pkg/container/heap.a.js

3.36 KB
Binary file not shown.

playground/pkg/container/list.a.js

2.62 KB
Binary file not shown.

playground/pkg/container/ring.a.js

1.42 KB
Binary file not shown.

playground/pkg/context.a.js

14.8 KB
Binary file not shown.

playground/pkg/crypto.a.js

1.86 KB
Binary file not shown.

playground/pkg/crypto/aes.a.js

10.2 KB
Binary file not shown.

playground/pkg/crypto/cipher.a.js

23.1 KB
Binary file not shown.

playground/pkg/crypto/des.a.js

11.7 KB
Binary file not shown.

playground/pkg/crypto/dsa.a.js

7.68 KB
Binary file not shown.

playground/pkg/crypto/ecdsa.a.js

13.7 KB
Binary file not shown.

playground/pkg/crypto/ed25519.a.js

9.51 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

playground/pkg/crypto/elliptic.a.js

96.3 KB
Binary file not shown.
Binary file not shown.

playground/pkg/crypto/hmac.a.js

5.15 KB
Binary file not shown.
921 Bytes
Binary file not shown.
332 Bytes
Binary file not shown.

playground/pkg/crypto/md5.a.js

7.22 KB
Binary file not shown.

playground/pkg/crypto/rand.a.js

5.17 KB
Binary file not shown.

playground/pkg/crypto/rc4.a.js

1.74 KB
Binary file not shown.

playground/pkg/crypto/rsa.a.js

36.3 KB
Binary file not shown.

playground/pkg/crypto/sha1.a.js

10.4 KB
Binary file not shown.

playground/pkg/crypto/sha256.a.js

7.61 KB
Binary file not shown.

playground/pkg/crypto/sha512.a.js

7.89 KB
Binary file not shown.

playground/pkg/crypto/subtle.a.js

794 Bytes
Binary file not shown.

playground/pkg/crypto/tls.a.js

393 KB
Binary file not shown.

playground/pkg/crypto/x509.a.js

214 KB
Binary file not shown.

playground/pkg/crypto/x509/pkix.a.js

7.95 KB
Binary file not shown.

playground/pkg/database/sql.a.js

467 KB
Binary file not shown.
15 KB
Binary file not shown.

playground/pkg/debug/dwarf.a.js

98.8 KB
Binary file not shown.

playground/pkg/debug/elf.a.js

330 KB
Binary file not shown.

playground/pkg/debug/gosym.a.js

37.1 KB
Binary file not shown.

playground/pkg/debug/macho.a.js

136 KB
Binary file not shown.

playground/pkg/debug/pe.a.js

37.8 KB
Binary file not shown.

playground/pkg/debug/plan9obj.a.js

33 KB
Binary file not shown.

playground/pkg/embed.a.js

29.5 KB
Binary file not shown.

playground/pkg/encoding.a.js

358 Bytes
Binary file not shown.

playground/pkg/encoding/ascii85.a.js

6.79 KB
Binary file not shown.

playground/pkg/encoding/asn1.a.js

71.4 KB
Binary file not shown.

playground/pkg/encoding/base32.a.js

13.8 KB
Binary file not shown.

playground/pkg/encoding/base64.a.js

14.7 KB
Binary file not shown.

playground/pkg/encoding/binary.a.js

40.5 KB
Binary file not shown.

playground/pkg/encoding/csv.a.js

16.1 KB
Binary file not shown.

playground/pkg/encoding/gob.a.js

186 KB
Binary file not shown.

playground/pkg/encoding/hex.a.js

8.37 KB
Binary file not shown.

playground/pkg/encoding/json.a.js

139 KB
Binary file not shown.

playground/pkg/encoding/pem.a.js

12.1 KB
Binary file not shown.

playground/pkg/encoding/xml.a.js

130 KB
Binary file not shown.

playground/pkg/errors.a.js

3.48 KB
Binary file not shown.

playground/pkg/expvar.a.js

63.9 KB
Binary file not shown.

playground/pkg/flag.a.js

32.3 KB
Binary file not shown.

playground/pkg/fmt.a.js

91.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

playground/pkg/go/ast.a.js

116 KB
Binary file not shown.

playground/pkg/go/build.a.js

258 KB
Binary file not shown.
54.1 KB
Binary file not shown.

playground/pkg/go/constant.a.js

169 KB
Binary file not shown.

playground/pkg/go/doc.a.js

80.6 KB
Binary file not shown.

playground/pkg/go/format.a.js

7.37 KB
Binary file not shown.

playground/pkg/go/importer.a.js

16.9 KB
Binary file not shown.
239 KB
Binary file not shown.
145 KB
Binary file not shown.
44.9 KB
Binary file not shown.
4.07 KB
Binary file not shown.

playground/pkg/go/parser.a.js

200 KB
Binary file not shown.

playground/pkg/go/printer.a.js

121 KB
Binary file not shown.

playground/pkg/go/scanner.a.js

32.9 KB
Binary file not shown.

playground/pkg/go/token.a.js

14.8 KB
Binary file not shown.

playground/pkg/go/types.a.js

1.69 MB
Binary file not shown.

playground/pkg/hash.a.js

414 Bytes
Binary file not shown.

playground/pkg/hash/adler32.a.js

1.6 KB
Binary file not shown.

playground/pkg/hash/crc32.a.js

8.29 KB
Binary file not shown.

playground/pkg/hash/crc64.a.js

7.71 KB
Binary file not shown.

playground/pkg/hash/fnv.a.js

5.58 KB
Binary file not shown.

playground/pkg/hash/maphash.a.js

17.3 KB
Binary file not shown.

playground/pkg/html.a.js

16.9 KB
Binary file not shown.

playground/pkg/html/template.a.js

105 KB
Binary file not shown.

playground/pkg/image.a.js

55.3 KB
Binary file not shown.

playground/pkg/image/color.a.js

13.1 KB
Binary file not shown.
10.4 KB
Binary file not shown.

playground/pkg/image/draw.a.js

33.5 KB
Binary file not shown.

playground/pkg/image/gif.a.js

35.1 KB
Binary file not shown.
4.61 KB
Binary file not shown.

playground/pkg/image/jpeg.a.js

63.3 KB
Binary file not shown.

playground/pkg/image/png.a.js

59.7 KB
Binary file not shown.

playground/pkg/index/suffixarray.a.js

43 KB
Binary file not shown.

playground/pkg/internal/abi.a.js

5.44 KB
Binary file not shown.

playground/pkg/internal/buildcfg.a.js

37.1 KB
Binary file not shown.

playground/pkg/internal/bytealg.a.js

3.66 KB
Binary file not shown.

playground/pkg/internal/cpu.a.js

3.42 KB
Binary file not shown.

playground/pkg/internal/execabs.a.js

19.5 KB
Binary file not shown.

playground/pkg/internal/fmtsort.a.js

7.83 KB
Binary file not shown.
4.86 KB
Binary file not shown.

playground/pkg/internal/goroot.a.js

16.3 KB
Binary file not shown.
803 Bytes
Binary file not shown.

playground/pkg/internal/itoa.a.js

2.16 KB
Binary file not shown.
3.97 KB
Binary file not shown.

playground/pkg/internal/nettrace.a.js

550 Bytes
Binary file not shown.

playground/pkg/internal/oserror.a.js

101 Bytes
Binary file not shown.

playground/pkg/internal/poll.a.js

75.8 KB
Binary file not shown.

playground/pkg/internal/race.a.js

379 Bytes
Binary file not shown.
62.1 KB
Binary file not shown.
4.04 KB
Binary file not shown.
316 Bytes
Binary file not shown.
6.94 KB
Binary file not shown.

playground/pkg/internal/sysinfo.a.js

549 Bytes
Binary file not shown.

playground/pkg/internal/testlog.a.js

1.97 KB
Binary file not shown.
218 Bytes
Binary file not shown.

playground/pkg/internal/xcoff.a.js

135 KB
Binary file not shown.

playground/pkg/io.a.js

24.9 KB
Binary file not shown.

playground/pkg/io/fs.a.js

24.5 KB
Binary file not shown.

playground/pkg/io/ioutil.a.js

-2.89 KB
Binary file not shown.

playground/pkg/log.a.js

13.1 KB
Binary file not shown.

playground/pkg/log/syslog.a.js

39.4 KB
Binary file not shown.

playground/pkg/math.a.js

35 KB
Binary file not shown.

playground/pkg/math/big.a.js

165 KB
Binary file not shown.

playground/pkg/math/bits.a.js

16.7 KB
Binary file not shown.

playground/pkg/math/cmplx.a.js

6.21 KB
Binary file not shown.

playground/pkg/math/rand.a.js

20.8 KB
Binary file not shown.

playground/pkg/mime.a.js

42 KB
Binary file not shown.

playground/pkg/mime/multipart.a.js

25.4 KB
Binary file not shown.
10.2 KB
Binary file not shown.

playground/pkg/net.a.js

338 KB
Binary file not shown.

playground/pkg/net/http.a.js

770 KB
Binary file not shown.

playground/pkg/net/http/cgi.a.js

20.2 KB
Binary file not shown.
17.2 KB
Binary file not shown.

playground/pkg/net/http/fcgi.a.js

19.8 KB
Binary file not shown.

playground/pkg/net/http/httptest.a.js

24.1 KB
Binary file not shown.
6.79 KB
Binary file not shown.

playground/pkg/net/http/httputil.a.js

50.6 KB
Binary file not shown.

playground/pkg/net/http/internal.a.js

3.77 KB
Binary file not shown.
4.27 KB
Binary file not shown.
3.56 KB
Binary file not shown.

playground/pkg/net/mail.a.js

27.5 KB
Binary file not shown.

playground/pkg/net/rpc.a.js

158 KB
Binary file not shown.

playground/pkg/net/rpc/jsonrpc.a.js

29.8 KB
Binary file not shown.

playground/pkg/net/smtp.a.js

22.5 KB
Binary file not shown.

playground/pkg/net/textproto.a.js

26.5 KB
Binary file not shown.

playground/pkg/net/url.a.js

23.9 KB
Binary file not shown.

playground/pkg/os.a.js

109 KB
Binary file not shown.

playground/pkg/os/exec.a.js

25 KB
Binary file not shown.

playground/pkg/os/signal.a.js

39 KB
Binary file not shown.

playground/pkg/os/user.a.js

15.6 KB
Binary file not shown.

playground/pkg/path.a.js

6.15 KB
Binary file not shown.

playground/pkg/path/filepath.a.js

25.4 KB
Binary file not shown.

playground/pkg/reflect.a.js

175 KB
Binary file not shown.

playground/pkg/regexp.a.js

71.2 KB
Binary file not shown.

playground/pkg/regexp/syntax.a.js

55.9 KB
Binary file not shown.

playground/pkg/runtime.a.js

7.2 KB
Binary file not shown.

playground/pkg/runtime/debug.a.js

6.66 KB
Binary file not shown.
-57 Bytes
Binary file not shown.

playground/pkg/runtime/metrics.a.js

15.6 KB
Binary file not shown.

playground/pkg/runtime/race.a.js

748 Bytes
Binary file not shown.

playground/pkg/runtime/trace.a.js

5.24 KB
Binary file not shown.

playground/pkg/sort.a.js

31.7 KB
Binary file not shown.

playground/pkg/strconv.a.js

55.7 KB
Binary file not shown.

playground/pkg/strings.a.js

36.7 KB
Binary file not shown.

playground/pkg/sync.a.js

28.6 KB
Binary file not shown.

playground/pkg/sync/atomic.a.js

5.5 KB
Binary file not shown.

playground/pkg/syscall.a.js

321 KB
Binary file not shown.

playground/pkg/syscall/js.a.js

11.9 KB
Binary file not shown.

playground/pkg/testing.a.js

102 KB
Binary file not shown.

playground/pkg/testing/fstest.a.js

122 KB
Binary file not shown.

playground/pkg/testing/iotest.a.js

21.3 KB
Binary file not shown.

playground/pkg/testing/quick.a.js

21.6 KB
Binary file not shown.

playground/pkg/text/scanner.a.js

22.6 KB
Binary file not shown.

playground/pkg/text/tabwriter.a.js

10.6 KB
Binary file not shown.

playground/pkg/text/template.a.js

110 KB
Binary file not shown.
76.9 KB
Binary file not shown.

playground/pkg/time.a.js

105 KB
Binary file not shown.

playground/pkg/time/tzdata.a.js

1.38 MB
Binary file not shown.

playground/pkg/unicode.a.js

77 KB
Binary file not shown.

playground/pkg/unicode/utf16.a.js

1.28 KB
Binary file not shown.

playground/pkg/unicode/utf8.a.js

7.91 KB
Binary file not shown.

playground/pkg/unsafe.a.js

3.43 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
58.1 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

playground/playground.js

Lines changed: 77 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)