Skip to content

Commit

Permalink
+ storage to FileSystem module
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Jun 29, 2023
1 parent ed1fff3 commit 8a7c7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/WebIDLToSwift/Module.swift
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ let modules = [
),
Module(
swiftModule: "FileSystem",
idlModules: ["fs", "file-system-access"],
idlModules: ["fs", "storage", "file-system-access"],
dependencies: ["DOM", "WebAPIBase"]
),
]

0 comments on commit 8a7c7d9

Please sign in to comment.