Skip to content

Commit dbe74eb

Browse files
committed
refactor(api-compat): remove ts-ignore for node:sqlite import on Node.js 24+
1 parent 34a598e commit dbe74eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api-compatibility.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import * as OurSqlite from "./index";
1010

1111
// Only import node:sqlite types on Node.js 24+
12-
// @ts-ignore - This import may fail on older Node versions
1312
import * as NodeSqlite from "node:sqlite";
1413

1514
// Type assertion helpers

0 commit comments

Comments
 (0)