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
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)