Skip to content

Commit 1c02bdf

Browse files
committed
refactor: typescript-parsec integration
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 7d44ba7 commit 1c02bdf

34 files changed

+1421
-1789
lines changed

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,6 @@ ignore:
9191
profiling:
9292
critical_files_paths:
9393
- src/lexer.ts
94+
- src/location.ts
9495
- src/parser.ts
96+
- src/reader.ts

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@
309309
"format": "svg",
310310
"icon": "private"
311311
},
312+
{
313+
"extensions": ["namespaces"],
314+
"format": "svg",
315+
"icon": "module"
316+
},
312317
{
313318
"extensions": ["patches"],
314319
"format": "svg",

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,12 @@
8282
"dependencies": {
8383
"@flex-development/tutils": "6.0.0-alpha.25",
8484
"@flex-development/unist-util-visit": "1.0.0",
85+
"debug": "4.3.4",
8586
"devlop": "1.1.0",
8687
"mdast-util-from-markdown": "2.0.0",
8788
"micromark-util-symbol": "2.0.0",
88-
"unist-builder": "4.0.0",
89-
"unist-util-source": "5.0.0"
89+
"typescript-parsec": "0.3.4",
90+
"unist-builder": "4.0.0"
9091
},
9192
"devDependencies": {
9293
"@arethetypeswrong/cli": "0.15.2",
@@ -101,10 +102,12 @@
101102
"@flex-development/mkbuild": "1.0.0-alpha.23",
102103
"@flex-development/mlly": "1.0.0-alpha.18",
103104
"@flex-development/pathe": "2.0.0",
105+
"@flex-development/unist-util-types": "1.2.0",
104106
"@html-eslint/eslint-plugin": "0.24.0",
105107
"@html-eslint/parser": "0.24.0",
106108
"@types/chai": "4.3.14",
107109
"@types/chai-string": "1.4.5",
110+
"@types/debug": "4.1.12",
108111
"@types/eslint": "8.56.2",
109112
"@types/is-ci": "3.0.4",
110113
"@types/mdast": "4.0.3",

0 commit comments

Comments
 (0)