Skip to content

Commit 7c88b69

Browse files
committed
refactor!: typescript-parsec integration
- bumps @flex-development/docast peer dep to `>=1.0.0-alpha.15` - https://github.com/microsoft/ts-parsec Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 7d44ba7 commit 7c88b69

37 files changed

+1520
-2036
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: 7 additions & 4 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",
@@ -95,16 +96,18 @@
9596
"@faker-js/faker": "8.4.1",
9697
"@flex-development/commitlint-config": "1.0.1",
9798
"@flex-development/decorator-regex": "2.0.0",
98-
"@flex-development/docast": "1.0.0-alpha.14",
99+
"@flex-development/docast": "1.0.0-alpha.15",
99100
"@flex-development/esm-types": "2.0.0",
100101
"@flex-development/grease": "3.0.0-alpha.9",
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",
@@ -166,7 +169,7 @@
166169
"yaml-eslint-parser": "1.2.2"
167170
},
168171
"peerDependencies": {
169-
"@flex-development/docast": ">=1.0.0-alpha.14",
172+
"@flex-development/docast": ">=1.0.0-alpha.15",
170173
"@types/mdast": ">=4.0.3",
171174
"@types/unist": ">=3.0.2",
172175
"micromark-util-types": ">=2.0.0"

0 commit comments

Comments
 (0)