Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed933d9

Browse filesBrowse files
authored
refactor: remove unused import & imported multiple times (#4588)
* refactor: remove unused import & imported multiple times * refactor: fix format
1 parent 04dc83e commit ed933d9
Copy full SHA for ed933d9

File tree

Expand file treeCollapse file tree

3 files changed

+2
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+2
-4
lines changed
Open diff view settings
Collapse file

‎packages/bench/error-handling.ts‎

Copy file name to clipboardExpand all lines: packages/bench/error-handling.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { makeData, makeSchema } from "./benchUtil.js";
1+
import { makeData } from "./benchUtil.js";
22
import { metabench } from "./metabench.js";
33

44
import * as z4 from "zod/v4";
Collapse file

‎packages/bench/object.ts‎

Copy file name to clipboardExpand all lines: packages/bench/object.ts
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as z4 from "zod/v4";
22
import * as z3 from "zod3";
33
import { metabench } from "./metabench.js";
44
import * as v from "valibot";
5-
import { type } from 'arktype';
65

76
const z3Schema = z3.object({
87
string: z3.string(),
Collapse file

‎packages/tsc/generate.ts‎

Copy file name to clipboardExpand all lines: packages/tsc/generate.ts
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { writeFileSync } from "node:fs";
2-
import { mkdirSync } from "node:fs";
1+
import { mkdirSync, writeFileSync } from "node:fs";
32
import { dirname } from "node:path";
43

54
export const ZOD = {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.