Skip to content

Commit 72e935c

Browse files
committed
fix: types
1 parent 5a38d89 commit 72e935c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/build/bcd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Browser from "./types";
1+
import * as Browser from "./types.js";
22
import {
33
CompatStatement,
44
SimpleSupportStatement,

src/build/bcd/mapper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
SimpleSupportStatement,
66
} from "bcd-idl-mapper";
77
import api from "bcd-idl-mapper";
8-
import * as Browser from "../types";
8+
import * as Browser from "../types.js";
99
import { filterMapRecord, isEmptyRecord } from "../utils/record.js";
1010
import { mapDefined } from "../helpers.js";
1111
import { hasStableImplementation } from "./stable.js";

src/build/patches.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { parse, type Value, type Node } from "kdljs";
2-
import type { Enum, Event, Property, Interface, WebIdl } from "./types";
2+
import type { Enum, Event, Property, Interface, WebIdl } from "./types.js";
33
import { readdir, readFile } from "fs/promises";
44
import { merge } from "./helpers.js";
55

File renamed without changes.

0 commit comments

Comments
 (0)