Commit 7f0c00f
1 file changed
+1
-1
lines changed- Cargo.lock+3-2
- Cargo.toml+1-1
- cli/tools/fmt.rs+2
- ext/fs/lib.rs+2
- ext/fs/ops.rs+24
- ext/node/lib.rs+2
- ext/node/ops/crypto/digest.rs+61
- ext/node/ops/crypto/mod.rs+6-1
- ext/node/polyfills/_fs/_fs_fchmod.ts+36
- ext/node/polyfills/crypto.ts+14-2
- ext/node/polyfills/fs.ts+5
- ext/node/polyfills/internal/crypto/hkdf.ts+25-1
- ext/node/polyfills/internal/crypto/scrypt.ts+77-21
- ext/node/polyfills/internal/errors.ts+6
- tests/Cargo.toml+1
- tests/node_compat/config.jsonc+1-2
- tests/node_compat/runner/TODO.md+1-2
- tests/node_compat/test/parallel/test-crypto-hash.js+30-16
- tests/node_compat/test/parallel/test-crypto-hkdf.js+33-3
- tests/node_compat/test/parallel/test-crypto-scrypt.js+33-8
- tests/node_compat/test/parallel/test-fs-fchmod.js+90
- tests/specs/fmt/external_formatter/syntax_error_in_html.out+1-1
- tests/specs/fmt/html/broken.out+1-1
- tests/unit_node/fs_test.ts+57-1
0 commit comments