feat(js): readDir returns entries with metadata (Python parity) #768
Annotations
21 errors and 4 warnings
|
node latest
Process completed with exit code 1.
|
|
bun latest
Process completed with exit code 1.
|
|
TypeError: new Bash().fs is not a function. (In 'new Bash().fs()':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L115
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:115:21)
at fn (node:test:211:18)
|
|
TypeError: bash.symlink is not a function. (In 'bash.symlink("/tmp/target.txt":
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L108
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:108:10)
at fn (node:test:211:18)
|
|
TypeError: bash.chmod is not a function. (In 'bash.chmod("/tmp/ch.txt":
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L100
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:100:10)
at fn (node:test:211:18)
|
|
TypeError: bash.appendFile is not a function. (In 'bash.appendFile("/tmp/ap.txt":
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L93
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:93:10)
at fn (node:test:211:18)
|
|
TypeError: bash.readDir is not a function. (In 'bash.readDir("/tmp/rd")':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L79
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:79:26)
at fn (node:test:211:18)
|
|
TypeError: bash.stat is not a function. (In 'bash.stat("/tmp/statdir")':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L70
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:70:23)
at fn (node:test:211:18)
|
|
TypeError: bash.stat is not a function. (In 'bash.stat("/tmp/stat.txt")':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L61
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:61:23)
at fn (node:test:211:18)
|
|
bun canary
Process completed with exit code 1.
|
|
TypeError: new Bash().fs is not a function. (In 'new Bash().fs()':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L115
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:115:21)
at fn (node:test:210:18)
|
|
TypeError: bash.symlink is not a function. (In 'bash.symlink("/tmp/target.txt":
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L108
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:108:10)
at fn (node:test:210:18)
|
|
TypeError: bash.chmod is not a function. (In 'bash.chmod("/tmp/ch.txt":
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L100
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:100:10)
at fn (node:test:210:18)
|
|
TypeError: bash.appendFile is not a function. (In 'bash.appendFile("/tmp/ap.txt":
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L93
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:93:10)
at fn (node:test:210:18)
|
|
TypeError: bash.readDir is not a function. (In 'bash.readDir("/tmp/rd")':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L79
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:79:26)
at fn (node:test:210:18)
|
|
TypeError: bash.stat is not a function. (In 'bash.stat("/tmp/statdir")':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L70
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:70:23)
at fn (node:test:210:18)
|
|
TypeError: bash.stat is not a function. (In 'bash.stat("/tmp/stat.txt")':
crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs#L61
at <anonymous> (/home/runner/work/bashkit/bashkit/crates/bashkit-js/__test__/runtime-compat/vfs.test.mjs:61:23)
at fn (node:test:210:18)
|
|
node 20
Process completed with exit code 1.
|
|
node 22
Process completed with exit code 1.
|
|
node 24
Process completed with exit code 1.
|
|
JS Check
Process completed with exit code 1.
|
|
deno 2.x:
crates/bashkit/src/builtins/curl.rs#L703
constant `SENSITIVE_HEADERS` is never used
|
|
deno 2.x:
crates/bashkit/src/builtins/curl.rs#L693
function `same_origin` is never used
|
|
deno canary:
crates/bashkit/src/builtins/curl.rs#L703
constant `SENSITIVE_HEADERS` is never used
|
|
deno canary:
crates/bashkit/src/builtins/curl.rs#L693
function `same_origin` is never used
|