Skip to content

Commit 4625aa4

Browse files
committed
chore: rename
1 parent 4f15c5d commit 4625aa4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { getInterfaceToEventMap } from "./build/webref/events.js";
1414
import { getWebidls } from "./build/webref/idl.js";
1515
import jsonc from "jsonc-parser";
1616
import { generateDescriptions } from "./build/mdn-comments.js";
17-
import readKDL from "./build/utils/kdl.js";
17+
import readKDL from "./build/patches.js";
1818

1919
function mergeNamesakes(filtered: Browser.WebIdl) {
2020
const targets = [

src/build/utils/kdl.ts renamed to src/build/patches.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { parse } from "kdljs";
2-
import { Enum, Event, Method, Property } from "../types";
2+
import { Enum, Event, Method, Property } from "./types";
33
import { readdir, readFile } from "fs/promises";
4-
import { merge } from "../helpers.js";
4+
import { merge } from "./helpers.js";
55

66
interface MethodDescriptor {
77
[x: string]: Omit<Method, "signature">;

0 commit comments

Comments
 (0)