aboutsummaryrefslogtreecommitdiff
path: root/test/js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-03-07"binary" is an alias of "latin1"Gravatar Jarred Sumner 1-0/+6
Fixes https://github.com/oven-sh/bun/issues/2110
2023-03-07improve `Buffer` compatibility with Node.js (#2341)Gravatar Alex Lam S.L 1-1153/+979
* improve `Buffer` compatibility with Node.js * use `memmove()` allow `encoding` to be `undefined`
2023-03-07run prettierGravatar Jarred Sumner 5-19/+8
2023-03-07Add more test harnessGravatar Ashcon Partovi 6-0/+454
2023-03-07Fix html-rewriter.test.jsGravatar Ashcon Partovi 1-1/+1
2023-03-07Reorganize tests (#2332)Gravatar Ashcon Partovi 199-0/+31875