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 de05586 commit 9dce3c9Copy full SHA for 9dce3c9
src/build/patches.ts
@@ -2,7 +2,7 @@ import { parse, type Node } from "kdljs";
2
import type { Enum, Event, Property } from "./types";
3
import { readdir, readFile } from "fs/promises";
4
import { merge } from "./helpers.js";
5
-type Properties = Record<string, Omit<Property, "type">>;
+type Properties = Record<string, Partial<Property>>;
6
7
/**
8
* Converts patch files in KDL to match the [types](types.d.ts).
0 commit comments