Skip to content

@cloudflare/[email protected]

Choose a tag to compare

@workers-devprod workers-devprod released this 23 Feb 17:12
· 46 commits to main since this release
d4e335e

Patch Changes

  • #12601 ebdbe52 Thanks @43081j! - Switch to empathic for file-system upwards traversal to reduce dependency bloat.

  • #12602 58a4020 Thanks @anonrig! - Optimize filesystem operations by using Node.js's throwIfNoEntry: false option

    This reduces the number of system calls made when checking for file existence by avoiding the overhead of throwing and catching errors for missing paths. This is an internal performance optimization with no user-visible behavioral changes.