refac: dynamic lang support

This commit is contained in:
Timothy J. Baek
2024-10-05 12:38:09 -07:00
parent f5b6785e53
commit 28602b12ea
3 changed files with 402 additions and 11 deletions

View File

@@ -50,6 +50,7 @@
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/language-data": "^6.5.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@pyscript/core": "^0.4.32",
"@sveltejs/adapter-node": "^2.0.0",