-
Notifications
You must be signed in to change notification settings - Fork 57
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: developit/web-worker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: developit/web-worker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.3.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 5 files changed
- 4 contributors
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 683e5f4 - Browse repository at this point
Copy the full SHA 683e5f4View commit details -
This adds a `"bun"` package.json `"exports"` condition which loads the browser build in Bun. Bun implements the [Web API `Worker` natively](https://bun.sh/docs/api/workers), and Bun's `node:worker_threads` implementation internally wraps the Web API `Worker`. `web-worker` currently loads the polyfills for Node in Bun (since we must recognize the `"node"` package.json `"exports"` condition for compatibility). This has actually been pretty helpful for catching bugs in our `node:worker_threads` implementation, but it'd be better to use the native implementation instead of wrapping the native implementation in another wrapper (`node:worker_threads`) in another wrapper (`web-worker`) Co-authored-by: Jason Miller <developit@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fe7acab - Browse repository at this point
Copy the full SHA fe7acabView commit details -
Configuration menu - View commit details
-
Copy full SHA for f29b2bb - Browse repository at this point
Copy the full SHA f29b2bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7a9974 - Browse repository at this point
Copy the full SHA d7a9974View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63294c - Browse repository at this point
Copy the full SHA b63294cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb40773 - Browse repository at this point
Copy the full SHA cb40773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c8ba7 - Browse repository at this point
Copy the full SHA 96c8ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d537757 - Browse repository at this point
Copy the full SHA d537757View commit details -
Configuration menu - View commit details
-
Copy full SHA for b89a392 - Browse repository at this point
Copy the full SHA b89a392View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.2.0...1.3.0