We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d2798e commit 1550a2bCopy full SHA for 1550a2b
package.json
@@ -24,6 +24,7 @@
24
},
25
"watch-wasm": {
26
"command": "npm run -w @cooklang/cooklang-ts watch-wasm",
27
+ "clean": true,
28
"packageLocks": [
29
"Cargo.lock",
30
"package-lock.json"
playground/main.ts
@@ -1,4 +1,4 @@
1
-import { init, Parser, version } from "@cooklang/cooklang-ts";
+import { Parser, version } from "@cooklang/cooklang-ts";
2
3
declare global {
4
interface Window {
0 commit comments