-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Cloudflare Workers and Bun (#3)
* Implement experimental support for Cloudflare Workers * Implement experimental support for Bun * Add sample app for Bun * Add sample app for Cloudflare Workers * Remove proxy from common client options * Improve debug logging * Update README.md * Bump version * npm audit fix * Temporary disable tests on ubuntu-latest and macOS-latest for Bun
- Loading branch information
Showing
105 changed files
with
2,077 additions
and
11,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,5 +61,6 @@ lib/ | |
dist/ | ||
.idea/ | ||
.parcel-cache/ | ||
bun.lockb | ||
deno.lock | ||
deno.import-map.json | ||
deno.import-map.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ lib/**/*.map | |
test/ | ||
tsconfig*.json | ||
types/ | ||
webpack.*.config.js | ||
webpack.*.config.js | ||
workerd.config.capnp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.