Skip to content

Commit 1aaee0d

Browse files
Bashamegasaschanaz
andauthored
Update src/build/utils/kdl.ts
Co-authored-by: Kagami Sascha Rosylight <[email protected]>
1 parent 761bc35 commit 1aaee0d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/build/utils/kdl.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ interface InterfaceMixin {
2222
}
2323

2424
/**
25-
* Converts KDL text describing interface-mixins into JSON format.
26-
* Uses kdljs v3.
25+
* Converts patch files in KDL to match the [types](types.d.ts).
2726
*/
2827
export function parseKDL(kdlText: string) {
2928
const { output, errors } = parse(kdlText);

0 commit comments

Comments
 (0)