Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
SpiralCloudOmega
/
JavaScriptKit
Public
forked from
swiftwasm/JavaScriptKit
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jan 29, 2026
BridgeJS: Swift Array support (#542)
krodak
authored
8784a38
View commit details
Copy full SHA for 8784a38
Browse repository at this point
Bump playwright from 1.52.0 to 1.55.1 (#538)
Show description for 515b6d6
dependabot[bot]
authored
515b6d6
View commit details
Copy full SHA for 515b6d6
Browse repository at this point
Commits on Jan 28, 2026
NFC: BridgeJS: Rename raise to lift in struct and enum helpers (#539)
Show description for eb1665c
krodak
authored
eb1665c
View commit details
Copy full SHA for eb1665c
Browse repository at this point
Merge pull request #535 from swiftwasm/katei/ab71-bridgejs-support
Show description for f297fd7
krodak
authored
f297fd7
View commit details
Copy full SHA for f297fd7
Browse repository at this point
BridgeJS: Support `@JS` Swift struct types in imported JS signatures
Show description for 5931e7c
kateinoigakukun
committed
5931e7c
View commit details
Copy full SHA for 5931e7c
Browse repository at this point
BridgeJS: Fix codegen for Float/Double raw value enums in struct fields and optional context (#533)
krodak
authored
61659cb
View commit details
Copy full SHA for 61659cb
Browse repository at this point
Commits on Jan 27, 2026
Merge pull request #531 from PassiveLogic/krodak/silence-warnings
Show description for 42fc8b3
krodak
authored
42fc8b3
View commit details
Copy full SHA for 42fc8b3
Browse repository at this point
BridgeJS: Remove warnings from toJSObject()
krodak
committed
d3c6d53
View commit details
Copy full SHA for d3c6d53
Browse repository at this point
BridgeJS: Remove unnecessary helper enums for struct bridging (#532)
kateinoigakukun
authored
57160fe
View commit details
Copy full SHA for 57160fe
Browse repository at this point
Benchmarks: optional-return cases and runner tweaks (#529)
Show description for 9c8d67d
kateinoigakukun
and
krodak
authored
9c8d67d
View commit details
Copy full SHA for 9c8d67d
Browse repository at this point
Merge pull request #530 from swiftwasm/katei/34cd-add-jsgetter-fro
Show description for 28d3db1
krodak
authored
28d3db1
View commit details
Copy full SHA for 28d3db1
Browse repository at this point
BridgeJS: allow imports from globalThis
Show description for 773254a
kateinoigakukun
committed
773254a
View commit details
Copy full SHA for 773254a
Browse repository at this point
Turn JSValue from enum to struct to have flexibility for future changes (#528)
kateinoigakukun
authored
7b1ee44
View commit details
Copy full SHA for 7b1ee44
Browse repository at this point
Merge pull request #527 from swiftwasm/katei/7d0c-add-init-unsafel
Show description for d79a9be
krodak
authored
d79a9be
View commit details
Copy full SHA for d79a9be
Browse repository at this point
BridgeJS: support UnsafePointer-family types (#525)
Show description for 89e3532
kateinoigakukun
authored
89e3532
View commit details
Copy full SHA for 89e3532
Browse repository at this point
Merge pull request #526 from swiftwasm/katei/5e79-add-more-complet
Show description for 4d01d11
krodak
authored
4d01d11
View commit details
Copy full SHA for 4d01d11
Browse repository at this point
BridgeJS: allow @JS structs to copy from JSObject
Show description for da51c40
kateinoigakukun
committed
da51c40
View commit details
Copy full SHA for da51c40
Browse repository at this point
Format BridgeJS generator sources
kateinoigakukun
committed
374d796
View commit details
Copy full SHA for 374d796
Browse repository at this point
Implemented runtime coverage for `jsName` on `@JSFunction` and `@JSClass`.
Show description for 64e7feb
kateinoigakukun
committed
64e7feb
View commit details
Copy full SHA for 64e7feb
Browse repository at this point
Commits on Jan 26, 2026
Fixed: TS2Swift was emitting class types twice (once via `visitClassDecl`, then again via `visitStructuredType` when the same type showed up in `seenTypes`), which caused the duplicate `_Weird` int…
Show description for e3a10d7
kateinoigakukun
committed
e3a10d7
View commit details
Copy full SHA for e3a10d7
Browse repository at this point
Added `jsName` support to `@JSFunction` and `@JSClass`, end-to-end.
Show description for 0497d26
kateinoigakukun
committed
0497d26
View commit details
Copy full SHA for 0497d26
Browse repository at this point
Adjusted imported-property JS glue to prefer dot access when the property name is a normal identifier, falling back to bracket access only when needed.
Show description for 7906050
kateinoigakukun
committed
7906050
View commit details
Copy full SHA for 7906050
Browse repository at this point
- Added `@JSGetter(jsName: String? = nil)` so generated getters can target non-Swift/quoted JS property names (`Sources/JavaScriptKit/Macros.swift`).
Show description for ed57d5e
kateinoigakukun
committed
ed57d5e
View commit details
Copy full SHA for ed57d5e
Browse repository at this point
Merge pull request #524 from swiftwasm/katei/14ce-add-support-for
Show description for 7b0ef78
krodak
authored
7b0ef78
View commit details
Copy full SHA for 7b0ef78
Browse repository at this point
Runtime tests: cover imported JS closures
Show description for cef2d6f
kateinoigakukun
committed
cef2d6f
View commit details
Copy full SHA for cef2d6f
Browse repository at this point
Restrict @JSClass to structs (#523)
Show description for 987b088
kateinoigakukun
authored
987b088
View commit details
Copy full SHA for 987b088
Browse repository at this point
Merge pull request #522 from swiftwasm/bridgejs-imported-ts-type-export-interface
Show description for 38a937c
krodak
authored
38a937c
View commit details
Copy full SHA for 38a937c
Browse repository at this point
BridgeJS: support closures in imported APIs
Show description for f822943
kateinoigakukun
committed
f822943
View commit details
Copy full SHA for f822943
Browse repository at this point
Implemented BridgeJS support for using `@JSClass`-imported TS/JS types in exported APIs by treating `@JSClass` **classes/actors** as `.jsObject` (previously they were misclassified as Swift heap ob…
Show description for d9d6c56
kateinoigakukun
committed
d9d6c56
View commit details
Copy full SHA for d9d6c56
Browse repository at this point
BridgeJS: Import TypeScript enums into Swift (#521)
Show description for 8565d3b
kateinoigakukun
authored
8565d3b
View commit details
Copy full SHA for 8565d3b
Browse repository at this point
BridgeJS: Remove BridgeType usage from ts2swift (#520)
kateinoigakukun
authored
cd3edbe
View commit details
Copy full SHA for cd3edbe
Browse repository at this point
BridgeJS: Add internal debug tool for inspecting intermediate stages (#519)
kateinoigakukun
authored
1496944
View commit details
Copy full SHA for 1496944
Browse repository at this point
BridgeJS: Unify Swift type lookup logic between import/export (#517)
Show description for bcbeea0
kateinoigakukun
authored
bcbeea0
View commit details
Copy full SHA for bcbeea0
Browse repository at this point
PackageToJS: Rename SWIFT_PATH to SWIFT_BIN_PATH env var (#518)
Show description for 2372235
kateinoigakukun
authored
2372235
View commit details
Copy full SHA for 2372235
Browse repository at this point
Add SwiftToSkeleton unified Swift-to-skeleton API (#516)
Show description for de0928b
kateinoigakukun
authored
de0928b
View commit details
Copy full SHA for de0928b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.