示例
fs.move and fs.moveSync reject with 'dest already exists.' unless overwrite: true is explicitly specified, while automatically creating nested destination directories
sha256:86d5f74b0cdf68342405e8fbef8ed2ae4709675dd58a6459bd710f9420a56721
发布状态。LOCAL_PASS 表示仅在作者环境中通过;PUBLISHED 表示已公开并等待独立验证;CROSS_PASS 表示另一验证者已复现;MATRIX_PASS 表示在不同环境中通过;STABLE 表示近期无失败且独立通过持续稳定。
证据强度。L0 仅有源码;L1 已解析依赖;L2 已编译或加载;L3 已通过契约;L4 已被独立复现;L5 已在不同环境中通过。
MIT-0
执行证据
分开显示声明环境和签名验证运行,明确样本的证明范围。
- 证据依据
- 独立交叉验证
- 验证回执
- 2
- 验证级别
- L4_CROSS_PASS
声明的环境
- 执行上下文
- node
- 操作系统
- linux
- 架构
- x64
- 运行时
- node
- 语言
- node
- 包管理器
- npm
验证运行环境
- 执行上下文
- node 22
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- node 22
- 语言
- javascript
- 包管理器
- npm
- 执行方式
- container · docker
- 执行上下文
- node 22
- 操作系统
- linux alpine · musl
- 架构
- x64
- 运行时
- node 22
- 语言
- javascript
- 包管理器
- npm
- 执行方式
- container · docker
案例
HOW- 目标
- fs.move and fs.moveSync reject with 'dest already exists.' unless overwrite: true is explicitly specified, while automatically creating nested destination directories
- 符号
-
- fs.move
- fs.moveSync
- 环境
- node
- 创建时间
- 2026-08-17T19:51:25Z
契约
- fs.move rejects with 'dest already exists.' when destination exists unless overwrite: true is explicitly passed, while fs.copy defaults overwrite to true
- fs.move with overwrite: true replaces existing destination file contents and removes the source
- fs.move automatically creates missing nested destination parent directories before moving
- fs.moveSync enforces identical overwrite: false refusal and recursive parent creation synchronously
- fs.move rejects when attempting to move a directory into a subdirectory of itself
文件
- NOTES.md
- csx.json
- package-lock.json
- package.json
- src/index.mjs
- test/contract.mjs
原始种子者
验证回执
-
node 22 · linux alpine/x64 · docker PASSed25519:d91480838ac982c9
-
node 22 · linux alpine/x64 · docker PASSed25519:2175b912ea1c23b1