fix unclosed block detection

add parser tests (codex)
This commit is contained in:
2026-08-18 12:49:31 +02:00
parent c34d2864aa
commit 15422cca1f
4 changed files with 51 additions and 3 deletions
+1
View File
@@ -57,6 +57,7 @@
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"test": "npm run compile && node --test test/*.test.js",
"watch": "tsc -watch -p ./",
"lint": "eslint src --ext ts"
},