Skip to content

Commit 85c3163

Browse files
committed
Clean up a few files
1 parent 309a600 commit 85c3163

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Package.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"package": "JavaScriptKit",
66
"repositoryURL": "https://github.com/swiftwasm/JavaScriptKit.git",
77
"state": {
8-
"branch": "main",
8+
"branch": null,
99
"revision": "95d0c4cd78b48ffc7e19c618d57c3244917be09a",
1010
"version": null
1111
}

Sources/WebIDL/Declaration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// https://github.com/w3c/webidl2.js#iterable-async-iterable-maplike-and-setlike-declarations
2-
public protocol IDLDeclaration: IDLNode, IDLInterfaceMember {
2+
public protocol IDLDeclaration: IDLInterfaceMember {
33
var idlType: [IDLType] { get }
44
var arguments: [IDLArgument] { get }
55
}

parse-idl/parse-all.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ console.log(
2929
"webaudio",
3030
"mediacapture-streams",
3131
"mediastream-recording",
32-
"css-pseudo",
33-
"cssom-view",
3432
"webcodecs",
3533
"webgl1",
3634
"webgl2",

0 commit comments

Comments
 (0)