We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a598e commit dbe74ebCopy full SHA for dbe74eb
src/api-compatibility.test.ts
@@ -9,7 +9,6 @@
9
import * as OurSqlite from "./index";
10
11
// Only import node:sqlite types on Node.js 24+
12
-// @ts-ignore - This import may fail on older Node versions
13
import * as NodeSqlite from "node:sqlite";
14
15
// Type assertion helpers
0 commit comments