Skip to content

Commit

Permalink
update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Sep 12, 2024
1 parent 7f84c11 commit 56726db
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,17 @@
<script type="importmap">
{
"imports": {
"cherry-cljs": "https://cdn.jsdelivr.net/npm/[email protected]/index.js",
"cherry-cljs/cljs.core.js": "https://cdn.jsdelivr.net/npm/[email protected]/cljs.core.js",
"cherry-cljs/lib/clojure.string.js": "https://cdn.jsdelivr.net/npm/[email protected]/lib/clojure.string.js",
"cherry-cljs/lib/clojure.set.js": "https://cdn.jsdelivr.net/npm/[email protected]/lib/clojure.set.js",
"cherry-cljs/lib/clojure.walk.js": "https://cdn.jsdelivr.net/npm/[email protected]/lib/clojure.walk.js",
"squint-cljs": "https://unpkg.com/[email protected]/index.js",
"squint-cljs/core.js": "https://unpkg.com/[email protected]/core.js",
"squint-cljs/string.js": "https://unpkg.com/[email protected]/string.js",
"squint-cljs/src/squint/string.js": "https://unpkg.com/[email protected]/src/squint/string.js",
"squint-cljs/src/squint/set.js": "https://unpkg.com/[email protected]/src/squint/set.js",
"cherry-cljs": "https://cdn.jsdelivr.net/npm/[email protected]/index.js",
"cherry-cljs/cljs.core.js": "https://cdn.jsdelivr.net/npm/[email protected]/cljs.core.js",
"cherry-cljs/lib/clojure.string.js": "https://cdn.jsdelivr.net/npm/[email protected]/lib/clojure.string.js",
"cherry-cljs/lib/clojure.set.js": "https://cdn.jsdelivr.net/npm/[email protected]/lib/clojure.set.js",
"cherry-cljs/lib/clojure.walk.js": "https://cdn.jsdelivr.net/npm/[email protected]/lib/clojure.walk.js",
"squint-cljs": "https://unpkg.com/[email protected]/index.js",
"squint-cljs/core.js": "https://unpkg.com/[email protected]/core.js",
"squint-cljs/string.js": "https://unpkg.com/[email protected]/string.js",
"squint-cljs/src/squint/string.js": "https://unpkg.com/[email protected]/src/squint/string.js",
"squint-cljs/src/squint/set.js": "https://unpkg.com/[email protected]/src/squint/set.js",
"squint-cljs/src/squint/html.js": "https://unpkg.com/[email protected]/src/squint/html.js",
"@codemirror/language": "https://ga.jspm.io/npm:@codemirror/[email protected]/dist/index.js",
"@codemirror/state": "https://ga.jspm.io/npm:@codemirror/[email protected]/dist/index.js",
"@codemirror/view": "https://ga.jspm.io/npm:@codemirror/[email protected]/dist/index.js",
Expand Down

0 comments on commit 56726db

Please sign in to comment.