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 609c174 commit 72303fdCopy full SHA for 72303fd
src/build/patches.ts
@@ -6,7 +6,7 @@ import { merge } from "./helpers.js";
6
/**
7
* Converts patch files in KDL to match the [types](types.d.ts).
8
*/
9
-export function parseKDL(kdlText: string) {
+function parseKDL(kdlText: string) {
10
const { output, errors } = parse(kdlText);
11
12
if (errors.length) {
0 commit comments