Reimplement as a tokenizer with GFM parity

This commit is contained in:
gsb
2026-04-30 07:09:19 +00:00
parent 005db2f431
commit d41716c8b2
28 changed files with 4798 additions and 1398 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"target": "ES2017",
"target": "ES2018",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "dist",