Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:v0.0.11
Choose a base ref
Loading
...
head repository:code-found/rts.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:main
Choose a head ref
Loading
  • 6commits
  • 3files changed
  • 2contributors

Commits on Aug 11, 2025

  1. 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
    pallyoung committedAug 11, 2025
    Configuration menu
    Copy the full SHA
    12be88dView commit details
    Browse the repository at this point in the history
  2. docs(changeset): fixed

    @pallyoung
    pallyoung committedAug 11, 2025
    Configuration menu
    Copy the full SHA
    ca30209View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46694bcView commit details
    Browse the repository at this point in the history
  4. Merge pull request#14from code-found/bugfix/context-null-error

    Bugfix/context null error
    @pallyoung
    pallyoung authoredAug 11, 2025
    Configuration menu
    Copy the full SHA
    a288c96View commit details
    Browse the repository at this point in the history
  5. RELEASING: Releasing 1 package(s)

    Releases:  rts.js@0.0.12[skip ci]
    @github-actions
    github-actions[bot] committedAug 11, 2025
    Configuration menu
    Copy the full SHA
    48f7667View commit details
    Browse the repository at this point in the history
  6. Merge pull request#15from code-found/changeset-release/main

    chore: update versions
    @pallyoung
    pallyoung authoredAug 11, 2025
    Configuration menu
    Copy the full SHA
    1670015View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp