Skip to content

Commit 8a1007e

Browse files
authoredApr 8, 2025
Merge pull request #330 from swiftwasm/yt/import-export
Introduce BridgeJS, a declarative JS interop system
2 parents f40912a + 9752c5a commit 8a1007e

File tree

131 files changed

+7046
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+7046
-103
lines changed
 

‎.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
make regenerate_swiftpm_resources
5858
git diff --exit-code Sources/JavaScriptKit/Runtime
5959
- run: swift test --package-path ./Plugins/PackageToJS
60+
- run: swift test --package-path ./Plugins/BridgeJS
6061

6162
native-build:
6263
# Check native build to make it easy to develop applications by Xcode

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ xcuserdata/
1010
Examples/*/Bundle
1111
Examples/*/package-lock.json
1212
Package.resolved
13+
Plugins/BridgeJS/Sources/JavaScript/package-lock.json

0 commit comments

Comments
 (0)