Commit df5a87e
committed
Wire multimethod runtime into playground
Add squint-cljs/src/squint/multi.js to the playground's importmap so
compiled code using defmulti/defmethod can resolve the runtime module,
and extend the bb init copy list to stage multi.js + internal.js
alongside the existing runtime files in public/public/src/squint/.
internal.js is not in the importmap — core.js and multi.js reach it
via a relative import, so it just needs to sit next to them on disk.1 parent 5439820 commit df5a87e
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments