Daniel Osvaldo Rahmanto
Daniel Osvaldo Rahmanto
Implementation is based on https://github.com/nodejs/node/blob/v24.2.0/src/node_sqlite.cc It passes all tests from https://github.com/nodejs/node/blob/v24.2.0/test/parallel/test-sqlite-aggregate-function.mjs except for two test cases where it uses `mock()` from `node:test`, which we don't yet implement. The tests on...
Tracks compatibility issues based on https://node-test-viewer.deno.dev/results/latest#fs . - [ ] parallel/test-file.js - [ ] parallel/test-filehandle-autoclose.mjs - [x] parallel/test-filehandle-close.js #31164 - [ ] parallel/test-filehandle-readablestream.js - [ ] parallel/test-fs-access.js - [ ]...