- Notifications
You must be signed in to change notification settings - Fork12
Commit0aede16
committed
playground/internal/imports: add syscall/js identifiers
GopherJS 1.12-2 has added support for syscall/js package,so it should be available as part of imports.The syscall/js API is not included in the GOROOT/api/go1.*.txt filesat this time, and so it needs to be added to mkstdlib.go explicitly.Use the mkapi.go program to determine the syscall/js API.Regenerate zstdlib.go with the updated generator, using Go 1.12.13:go1.12.13 generate github.com/gopherjs/gopherjs.github.io/playground/internal/importsUpdatesgolang/go#275901 parent353fe54 commit0aede16
3 files changed
+726
-702
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | | - | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
| |||
0 commit comments
Comments
(0)