Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions benchmarks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,7 @@ function benchmark(testName, testFunction, iterations = ITERATIONS) {

// Your custom test
const result = benchmark("Custom test", () => {
return filesize(1024 * 1024, {
/* your options */
});
return filesize(1024 * 1024, {/* your options */});
});

console.log(result);
Expand Down
160 changes: 80 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@rollup/plugin-terser": "^1.0.0",
"auto-changelog": "^2.5.0",
"husky": "^9.1.7",
"oxfmt": "^0.57.0",
"oxfmt": "^0.58.0",

@augmentcode augmentcode Bot Jul 9, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because oxfmt is part of the formatting toolchain, please double-check that package-lock.json pins a compatible oxfmt version and that npm ci/npm run fix remain deterministic with ^0.58.0 (to avoid local-vs-CI drift if the lockfile and manifest diverge).

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

"oxlint": "^1.57.0",
"rollup": "^4.52.0"
},
Expand Down
Loading