Skip to content

Commit 16edb5e

Browse files
committed
chore: fix tests and typecheck
1 parent ce24c88 commit 16edb5e

File tree

14 files changed

+78
-58
lines changed

14 files changed

+78
-58
lines changed

bun.lock

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"@stacksjs/eslint-config": "^4.14.0-beta.3",
1111
"@stacksjs/gitlint": "^0.1.5",
1212
"@stacksjs/logsmith": "^0.1.18",
13+
"@types/babel__traverse": "^7.28.0",
1314
"@types/bun": "^1.3.0",
15+
"@types/express": "^5.0.3",
1416
"buddy-bot": "^0.9.9",
1517
"bun-git-hooks": "^0.3.1",
1618
"bun-plugin-dtsx": "0.9.5",
@@ -669,14 +671,26 @@
669671

670672
"@tybys/wasm-util": ["@tybys/[email protected]", "", { "dependencies": { "tslib": "^2.4.0" } }, "sha512-VyyPYFlOMNylG45GoAe0xDoLwWuowvf92F9kySqzYh8vmYm7D2u4iUJKa1tOUpS70Ku13ASrOkS4ScXFsTaCNQ=="],
671673

674+
"@types/babel__traverse": ["@types/[email protected]", "", { "dependencies": { "@babel/types": "^7.28.2" } }, "sha512-8PvcXf70gTDZBgt9ptxJ8elBeBjcLOAcOtoO/mPJjtji1+CdGbHgm77om1GrsPxsiE+uXIpNSK64UYaIwQXd4Q=="],
675+
676+
"@types/body-parser": ["@types/[email protected]", "", { "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g=="],
677+
672678
"@types/bun": ["@types/[email protected]", "", { "dependencies": { "bun-types": "1.3.0" } }, "sha512-+lAGCYjXjip2qY375xX/scJeVRmZ5cY0wyHYyCYxNcdEXrQ4AOe3gACgd4iQ8ksOslJtW4VNxBJ8llUwc3a6AA=="],
673679

680+
"@types/connect": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug=="],
681+
674682
"@types/debug": ["@types/[email protected]", "", { "dependencies": { "@types/ms": "*" } }, "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ=="],
675683

676684
"@types/estree": ["@types/[email protected]", "", {}, "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w=="],
677685

686+
"@types/express": ["@types/[email protected]", "", { "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^5.0.0", "@types/serve-static": "*" } }, "sha512-wGA0NX93b19/dZC1J18tKWVIYWyyF2ZjT9vin/NRu0qzzvfVzWjs04iq2rQ3H65vCTQYlRqs3YHfY7zjdV+9Kw=="],
687+
688+
"@types/express-serve-static-core": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*", "@types/qs": "*", "@types/range-parser": "*", "@types/send": "*" } }, "sha512-jnHMsrd0Mwa9Cf4IdOzbz543y4XJepXrbia2T4b6+spXC2We3t1y6K44D3mR8XMFSXMCf3/l7rCgddfx7UNVBA=="],
689+
678690
"@types/hast": ["@types/[email protected]", "", { "dependencies": { "@types/unist": "*" } }, "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ=="],
679691

692+
"@types/http-errors": ["@types/[email protected]", "", {}, "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg=="],
693+
680694
"@types/json-schema": ["@types/[email protected]", "", {}, "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA=="],
681695

682696
"@types/katex": ["@types/[email protected]", "", {}, "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ=="],
@@ -689,18 +703,28 @@
689703

690704
"@types/mdurl": ["@types/[email protected]", "", {}, "sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg=="],
691705

706+
"@types/mime": ["@types/[email protected]", "", {}, "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w=="],
707+
692708
"@types/ms": ["@types/[email protected]", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
693709

694710
"@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~6.21.0" } }, "sha512-yIdlVVVHXpmqRhtyovZAcSy0MiPcYWGkoO4CGe/+jpP0hmNuihm4XhHbADpK++MsiLHP5MVlv+bcgdF99kSiFQ=="],
695711

696712
"@types/normalize-package-data": ["@types/[email protected]", "", {}, "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA=="],
697713

714+
"@types/qs": ["@types/[email protected]", "", {}, "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ=="],
715+
716+
"@types/range-parser": ["@types/[email protected]", "", {}, "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ=="],
717+
698718
"@types/react": ["@types/[email protected]", "", { "dependencies": { "csstype": "^3.0.2" } }, "sha512-lr3jdBw/BGj49Eps7EvqlUaoeA0xpj3pc0RoJkHpYaCHkVK7i28dKyImLQb3JVlqs3aYSXf7qYuWOW/fgZnTXQ=="],
699719

700720
"@types/resolve": ["@types/[email protected]", "", {}, "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q=="],
701721

702722
"@types/sarif": ["@types/[email protected]", "", {}, "sha512-kRz0VEkJqWLf1LLVN4pT1cg1Z9wAuvI6L97V3m2f5B76Tg8d413ddvLBPTEHAZJlnn4XSvu0FkZtViCQGVyrXQ=="],
703723

724+
"@types/send": ["@types/[email protected]", "", { "dependencies": { "@types/node": "*" } }, "sha512-zBF6vZJn1IaMpg3xUF25VK3gd3l8zwE0ZLRX7dsQyQi+jp4E8mMDJNGDYnYse+bQhYwWERTxVwHpi3dMOq7RKQ=="],
725+
726+
"@types/serve-static": ["@types/[email protected]", "", { "dependencies": { "@types/http-errors": "*", "@types/node": "*", "@types/send": "<1" } }, "sha512-dOTIuqpWLyl3BBXU3maNQsS4A3zuuoYRNIvYSxxhebPfXg2mzWQEPne/nlJ37yOse6uGgR386uTpdsx4D0QZWA=="],
727+
704728
"@types/trusted-types": ["@types/[email protected]", "", {}, "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw=="],
705729

706730
"@types/unist": ["@types/[email protected]", "", {}, "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q=="],
@@ -2447,6 +2471,18 @@
24472471

24482472
"@textlint/linter-formatter/strip-ansi": ["[email protected]", "", { "dependencies": { "ansi-regex": "^5.0.1" } }, "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="],
24492473

2474+
"@types/body-parser/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow=="],
2475+
2476+
"@types/connect/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow=="],
2477+
2478+
"@types/express-serve-static-core/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow=="],
2479+
2480+
"@types/send/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow=="],
2481+
2482+
"@types/serve-static/@types/node": ["@types/[email protected]", "", { "dependencies": { "undici-types": "~7.10.0" } }, "sha512-aPTXCrfwnDLj4VvXrm+UUCQjNEvJgNA8s5F1cvwQU+3KNltTOkBm1j30uNLyqqPNe7gE3KFzImYoZEfLhp4Yow=="],
2483+
2484+
"@types/serve-static/@types/send": ["@types/[email protected]", "", { "dependencies": { "@types/mime": "^1", "@types/node": "*" } }, "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w=="],
2485+
24502486
"@typescript-eslint/eslint-plugin/ignore": ["[email protected]", "", {}, "sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg=="],
24512487

24522488
"@typescript-eslint/typescript-estree/minimatch": ["[email protected]", "", { "dependencies": { "brace-expansion": "^2.0.1" } }, "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow=="],
@@ -2649,6 +2685,16 @@
26492685

26502686
"@textlint/linter-formatter/strip-ansi/ansi-regex": ["[email protected]", "", {}, "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="],
26512687

2688+
"@types/body-parser/@types/node/undici-types": ["[email protected]", "", {}, "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="],
2689+
2690+
"@types/connect/@types/node/undici-types": ["[email protected]", "", {}, "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="],
2691+
2692+
"@types/express-serve-static-core/@types/node/undici-types": ["[email protected]", "", {}, "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="],
2693+
2694+
"@types/send/@types/node/undici-types": ["[email protected]", "", {}, "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="],
2695+
2696+
"@types/serve-static/@types/node/undici-types": ["[email protected]", "", {}, "sha512-t5Fy/nfn+14LuOc2KNYg75vZqClpAiqscVvMygNnlsHBFpSXdJaYtXMcdNLpl/Qvc3P2cB3s6lOV51nqsFq4ag=="],
2697+
26522698
"@typescript-eslint/typescript-estree/minimatch/brace-expansion": ["[email protected]", "", { "dependencies": { "balanced-match": "^1.0.0" } }, "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ=="],
26532699

26542700
"@unocss/preset-icons/@iconify/utils/@antfu/utils": ["@antfu/[email protected]", "", {}, "sha512-Oq1d9BGZakE/FyoEtcNeSwM7MpDO2vUBi11RWBZXf75zPsbUVWmUs03EqkRFrcgbXyKTas0BdZWC1wcuSoqSAw=="],

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@
4949
"@stacksjs/eslint-config": "^4.14.0-beta.3",
5050
"@stacksjs/gitlint": "^0.1.5",
5151
"@stacksjs/logsmith": "^0.1.18",
52+
"@types/babel__traverse": "^7.28.0",
5253
"@types/bun": "^1.3.0",
54+
"@types/express": "^5.0.3",
5355
"buddy-bot": "^0.9.9",
5456
"bun-git-hooks": "^0.3.1",
5557
"bun-plugin-dtsx": "0.9.5",

packages/bechmarks/benchmarks/breakdown.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ group('🔬 Small File Performance Deep Dive', () => {
114114
bench('Pickier: Format only', async () => {
115115
const pickier = await import('pickier')
116116
if ('runFormat' in pickier) {
117-
// @ts-expect-error - internal API
118117
await pickier.runFormat([fixtures.small], { write: false })
119118
}
120119
})
@@ -123,7 +122,6 @@ group('🔬 Small File Performance Deep Dive', () => {
123122
await runLintProgrammatic([fixtures.small], { reporter: 'json' })
124123
const pickier = await import('pickier')
125124
if ('runFormat' in pickier) {
126-
// @ts-expect-error - internal API
127125
await pickier.runFormat([fixtures.small], { write: false })
128126
}
129127
})
@@ -175,7 +173,6 @@ group('🔬 Medium File Performance Deep Dive', () => {
175173
bench('Pickier: Format only', async () => {
176174
const pickier = await import('pickier')
177175
if ('runFormat' in pickier) {
178-
// @ts-expect-error - internal API
179176
await pickier.runFormat([fixtures.medium], { write: false })
180177
}
181178
})
@@ -184,7 +181,6 @@ group('🔬 Medium File Performance Deep Dive', () => {
184181
await runLintProgrammatic([fixtures.medium], { reporter: 'json' })
185182
const pickier = await import('pickier')
186183
if ('runFormat' in pickier) {
187-
// @ts-expect-error - internal API
188184
await pickier.runFormat([fixtures.medium], { write: false })
189185
}
190186
})
@@ -236,7 +232,6 @@ group('🔬 Large File Performance Deep Dive', () => {
236232
bench('Pickier: Format only', async () => {
237233
const pickier = await import('pickier')
238234
if ('runFormat' in pickier) {
239-
// @ts-expect-error - internal API
240235
await pickier.runFormat([fixtures.large], { write: false })
241236
}
242237
})
@@ -245,7 +240,6 @@ group('🔬 Large File Performance Deep Dive', () => {
245240
await runLintProgrammatic([fixtures.large], { reporter: 'json' })
246241
const pickier = await import('pickier')
247242
if ('runFormat' in pickier) {
248-
// @ts-expect-error - internal API
249243
await pickier.runFormat([fixtures.large], { write: false })
250244
}
251245
})
@@ -306,7 +300,6 @@ group('📊 Scaling Analysis: Performance vs Size', () => {
306300
await run({
307301
format: 'mitata',
308302
colors: true,
309-
json: false,
310303
})
311304

312305
console.log(`\n${'='.repeat(120)}`)

packages/bechmarks/benchmarks/combined.bench.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ async function runPickierFull(filePath: string) {
3434
// Run format
3535
const pickier = await import('pickier')
3636
if ('runFormat' in pickier) {
37-
// @ts-expect-error - internal API
3837
await pickier.runFormat([filePath], { write: false })
3938
}
4039

@@ -208,5 +207,4 @@ group('Combined - Memory Efficiency (10 iterations)', () => {
208207
await run({
209208
format: 'mitata',
210209
colors: true,
211-
json: false,
212210
})

packages/bechmarks/benchmarks/comparison.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ group('✨ Small File Formatting (~50 lines)', () => {
140140
bench('Pickier', async () => {
141141
const pickier = await import('pickier')
142142
if ('runFormat' in pickier) {
143-
// @ts-expect-error - internal API
144143
await pickier.runFormat([fixtures.small], { write: false })
145144
}
146145
})
@@ -159,7 +158,6 @@ group('✨ Medium File Formatting (~500 lines)', () => {
159158
bench('Pickier', async () => {
160159
const pickier = await import('pickier')
161160
if ('runFormat' in pickier) {
162-
// @ts-expect-error - internal API
163161
await pickier.runFormat([fixtures.medium], { write: false })
164162
}
165163
})
@@ -178,7 +176,6 @@ group('✨ Large File Formatting (~2000 lines)', () => {
178176
bench('Pickier', async () => {
179177
const pickier = await import('pickier')
180178
if ('runFormat' in pickier) {
181-
// @ts-expect-error - internal API
182179
await pickier.runFormat([fixtures.large], { write: false })
183180
}
184181
})
@@ -202,7 +199,6 @@ group('🔄 Small File: Lint + Format (~50 lines)', () => {
202199
await runLintProgrammatic([fixtures.small], { reporter: 'json' })
203200
const pickier = await import('pickier')
204201
if ('runFormat' in pickier) {
205-
// @ts-expect-error - internal API
206202
await pickier.runFormat([fixtures.small], { write: false })
207203
}
208204
})
@@ -237,7 +233,6 @@ group('🔄 Medium File: Lint + Format (~500 lines)', () => {
237233
await runLintProgrammatic([fixtures.medium], { reporter: 'json' })
238234
const pickier = await import('pickier')
239235
if ('runFormat' in pickier) {
240-
// @ts-expect-error - internal API
241236
await pickier.runFormat([fixtures.medium], { write: false })
242237
}
243238
})
@@ -272,7 +267,6 @@ group('🔄 Large File: Lint + Format (~2000 lines)', () => {
272267
await runLintProgrammatic([fixtures.large], { reporter: 'json' })
273268
const pickier = await import('pickier')
274269
if ('runFormat' in pickier) {
275-
// @ts-expect-error - internal API
276270
await pickier.runFormat([fixtures.large], { write: false })
277271
}
278272
})
@@ -360,7 +354,6 @@ group('📈 Batch Processing: All Files', () => {
360354
await run({
361355
format: 'mitata',
362356
colors: true,
363-
json: false,
364357
})
365358

366359
console.log(`\n${'='.repeat(100)}`)

packages/bechmarks/benchmarks/format.bench.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ async function runPickierFormat(filePath: string) {
6060
// Import the runFormat function from pickier
6161
const pickier = await import('pickier')
6262
if ('runFormat' in pickier) {
63-
// @ts-expect-error - internal API
6463
await pickier.runFormat([filePath], { write: false })
6564
}
6665
return true
@@ -142,7 +141,6 @@ group('Formatting - Cold Start', () => {
142141
bench('pickier (cold)', async () => {
143142
const pickier = await import('pickier')
144143
if ('runFormat' in pickier) {
145-
// @ts-expect-error - internal API
146144
await pickier.runFormat([fixtures.medium], { write: false })
147145
}
148146
})
@@ -172,5 +170,4 @@ group('Formatting - String Operations', () => {
172170
await run({
173171
format: 'mitata',
174172
colors: true,
175-
json: false,
176173
})

packages/bechmarks/benchmarks/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ group('⚡ Quick Overview - Combined', () => {
6666
await runLintProgrammatic([fixtures.medium], { reporter: 'json' })
6767
const pickier = await import('pickier')
6868
if ('runFormat' in pickier) {
69-
// @ts-expect-error - internal API
7069
await pickier.runFormat([fixtures.medium], { write: false })
7170
}
7271
})
@@ -132,7 +131,6 @@ group('💪 Stress Test - 100 Iterations', () => {
132131
await run({
133132
format: 'mitata',
134133
colors: true,
135-
json: false,
136134
})
137135

138136
console.log(`\n${'='.repeat(80)}`)

packages/bechmarks/benchmarks/lint.bench.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,4 @@ group('Linting - Cold Start', () => {
149149
await run({
150150
format: 'mitata',
151151
colors: true,
152-
json: false,
153152
})

packages/bechmarks/benchmarks/memory.bench.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ group('Memory - Cache Efficiency', () => {
150150
await run({
151151
format: 'mitata',
152152
colors: true,
153-
json: false,
154153
})

packages/bechmarks/benchmarks/parsing.bench.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,5 +166,4 @@ group('Parsing - With Error Recovery', () => {
166166
await run({
167167
format: 'mitata',
168168
colors: true,
169-
json: false,
170169
})

0 commit comments

Comments
 (0)