summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/buffer.mjs
AgeCommit message (Expand)Author
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2023-11-28fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)Yoshiya Hinosawa
2023-10-08fix(node/buffer): utf8ToBytes should return a Uint8Array (#20769)Aapo Alasuutari
2023-09-30perf(node): use faster utf8 byte length in Buffer#from (#20746)Divy Srivastava
2023-09-24fix(ext/node): Fix invalid length variable reference in blitBuffer (#20648)Aapo Alasuutari
2023-09-07perf(ext/node): Optimise Buffer string operations (#20158)Aapo Alasuutari
2023-07-08chore: upgrade to dprint 0.39 (#19768)David Sherret
2023-06-27chore(ext/node): disable prefer-primordials on a per-file basis (#19553)Kenta Moriuchi
2023-06-13fix(node/buffer): make slice be the same as subarray (#19481)Leo Kettmeir
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-05refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...Bartek Iwańczuk
2023-02-17test: add node compat tests (#17805)Yoshiya Hinosawa
2023-02-14feat(ext/node): embed std/node into the snapshot (#17724)Bartek Iwańczuk