We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104a81c commit 915f7b0Copy full SHA for 915f7b0
3 files changed
README.md
@@ -143,8 +143,8 @@ const code = await bundle('subscript/jessie.js')
143
// → self-contained ES module with parse, compile exports
144
```
145
146
-**REPL** — interactive dialect builder with live bundling:
147
-[**Try REPL →**](https://dy.github.io/subscript/repl.html)
+**Playground** — interactive dialect builder with live bundling:
+[**Try it →**](https://dy.github.io/subscript/)
148
149
150
## Used by
repl.html index.htmlrepl.html renamed to index.html
test/repl.spec.js test/index.spec.jstest/repl.spec.js renamed to test/index.spec.js
@@ -1,7 +1,7 @@
1
// @ts-check
2
import { test, expect } from '@playwright/test'
3
4
-const URL = 'http://localhost:8765/repl.html'
+const URL = 'http://localhost:8765/'
5
6
test.describe('Subscript REPL', () => {
7
0 commit comments