Skip to content
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 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: denoland/deno Loading
base: fb20a2b
Choose a base ref
...
head repository: denoland/deno Loading
compare: 5f7192a
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on May 28, 2024

  1. fix(ext/node): add throwIfNoEntry option in fs.lstatSync (#24006)

    We didn't support the `throwIfNoEntry` option for Node's `fs.lstatSync`
    method. Note that the async variant doesn't have this option.
    
    Fixes #23996
    marvinhagemeister committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a0ddf73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f7192a View commit details
    Browse the repository at this point in the history
Loading