We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd54e4 commit 8be5c46Copy full SHA for 8be5c46
packages/web-features/index.ts
@@ -1,7 +1,7 @@
1
import { readFileSync } from "node:fs";
2
import { fileURLToPath } from "node:url";
3
-
4
-import { WebFeaturesData } from "./types";
+import { WebFeaturesData } from "./types.js";
+export * from "./types.js";
5
6
const jsonPath = fileURLToPath(new URL("./data.json", import.meta.url));
7
const { browsers, features, groups, snapshots } = JSON.parse(
0 commit comments