Skip to content

Commit

Permalink
Add FileSystem module for fs/file-system-access APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 committed Jun 28, 2023
1 parent 1535ceb commit 15dd847
Show file tree
Hide file tree
Showing 3 changed files with 888 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ let package = Package(
name: "SVG",
targets: ["SVG"]
),
.library(
name: "FileSystem",
targets: ["FileSystem"]
),
.executable(name: "WebIDLToSwift", targets: ["WebIDLToSwift"]),
],
dependencies: [
Expand Down Expand Up @@ -112,6 +116,10 @@ let package = Package(
name: "SVG",
dependencies: ["DOM", "WebAPIBase", "ECMAScript"]
),
.target(
name: "FileSystem",
dependencies: ["DOM", "WebAPIBase", "ECMAScript"]
),
// This support library should be moved to JavaScriptKit
.target(name: "ECMAScript", dependencies: [
"JavaScriptKit",
Expand Down
Loading

0 comments on commit 15dd847

Please sign in to comment.