Skip to content

Commit 780073d

Browse files
Move Sources/DOMKit/WebIDL/*.swift to Sources/DOMKit/
1 parent 2216041 commit 780073d

7 files changed

+1
-1
lines changed
File renamed without changes.

Sources/WebIDLToSwift/IDLBuilder.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ enum IDLBuilder {
2727
"DOMMatrix_or_Float32Array_or_Float64Array",
2828
]
2929

30-
static let outDir = "Sources/DOMKit/WebIDL/"
30+
static let outDir = "Sources/DOMKit/"
3131
static func writeFile(named name: String, content: String) throws -> String {
3232
let path = outDir + name + ".swift"
3333
if FileManager.default.fileExists(atPath: path) {

0 commit comments

Comments
 (0)