- Notifications
You must be signed in to change notification settings - Fork0
PermalinkChoose 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 orlearn 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:code-found/rts.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v0.0.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:code-found/rts.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 6commits
- 3files changed
- 2contributors
Commits on Aug 11, 2025
fix(resolver): handle null resolve context to avoid crash on Node 18
Guard against a null ResolveHookContext by defaulting destructuring to an empty object.Prevents runtime error when context is null on Node 18 (reproducible on macOS),while Node 23 on Windows appears unaffected.Change:- src/resolver/index.ts: const { parentURL = " } = context; -> const { parentURL = " } = context || {};No functional change for environments where context is defined; the cache key format is preserved.pallyoung committedAug 11, 2025 - pallyoung committed
Aug 11, 2025 docs(changeset): update changelog of 0.0.12
pallyoung committedAug 11, 2025 Merge pull request#14from code-found/bugfix/context-null-error
Bugfix/context null error
RELEASING: Releasing 1 package(s)
Releases: rts.js@0.0.12[skip ci]
github-actions[bot] committedAug 11, 2025 Merge pull request#15from code-found/changeset-release/main
chore: update versions
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 v0.0.11...main
Uh oh!
There was an error while loading.Please reload this page.