aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/cjs-transform-shouldnt-have-static-imports-in-cjs-function.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-18bun-polyfills: impl. readableStreamToFormDataGravatar jhmaster2000 3-9/+21
2023-10-17bun-polyfills: impl. deepEquals/deepMatchGravatar jhmaster2000 4-12/+30
2023-10-13add fix to Bun.Transpiler polyfill tooGravatar jhmaster2000 2-2/+2
2023-10-13bun-polyfills: fix test loader error printingGravatar jhmaster2000 2-7/+12
2023-10-13bun-polyfills: WIP polyfills test runnerGravatar jhmaster2000 3-1/+127
2023-10-13bun-polyfills: fix default exportsGravatar jhmaster2000 3-1/+7
2023-10-13bun-polyfills: refactor ffi moduleGravatar jhmaster2000 3-228/+236
2023-10-13bun-polyfills: impl. Bun.password.*Gravatar jhmaster2000 2-15/+107
2023-10-13bun-polyfills: SyncWorker utilGravatar jhmaster2000 2-0/+154
2023-10-13bun-polyfills: add argon2 and bcryptjs depsGravatar jhmaster2000 3-1/+4
2023-10-09more bun:ffi polyfill progressGravatar jhmaster2000 2-22/+139
2023-10-05start of a bun:ffi polyfill impl.Gravatar jhmaster2000 6-4/+207
2023-09-29Bun.mmap polyfill return Buffer -> Uint8ArrayGravatar jhmaster2000 2-3/+3
2023-09-29impl. Bun.mmap polyfillGravatar jhmaster2000 4-1/+38
2023-09-29jsc.get/setRandomSeed polyfillsGravatar jhmaster2000 2-4/+32
2023-09-29"fix" importmeta.resolve type conflictGravatar jhmaster2000 2-2/+3
2023-09-29update polyfills depsGravatar jhmaster2000 2-5/+5
2023-09-29simplify bun.inspect polyfillGravatar jhmaster2000 1-13/+1
2023-09-29feat(runtime): implement `server.requestIp` + node:http `socket.address()` (#...Gravatar dave caruso 20-47/+553
2023-09-29Fixes #6053 (#6162)Gravatar Jarred Sumner 2-4/+48
2023-09-28Upgrade to latest Node.js version (#6158)Gravatar Jarred Sumner 2-6/+6
2023-09-28docs (runtime): the order of checking files when using bare impoort (#5919)Gravatar Devin Johw 1-3/+8
2023-09-28fix decorator testsGravatar Dylan Conway 2-524/+1250
2023-09-28Add local tarball install #5812 (#6118)Gravatar axel escalada 3-3/+50
2023-09-28Reduce memory usage of HTTP server (#6135)Gravatar Jarred Sumner 5-25/+50
2023-09-28Revert WebKit submodule to where it should beGravatar dave caruso 1-0/+0
2023-09-28Improve docsGravatar Colin McDonnell 4-727/+65
2023-09-28docs: update image astro.md (#6149)Gravatar Alba Silvente Fuentes 1-1/+1
2023-09-28Update prismaGravatar Colin McDonnell 1-9/+32
2023-09-28Revert "Update prisma guide"Gravatar Colin McDonnell 2-32/+9
2023-09-28Update prisma guideGravatar Colin McDonnell 2-9/+32
2023-09-28Get Next.js Pages Router to work (#6095)Gravatar dave caruso 61-393/+1283
2023-09-27Complete rework of the majority of `node:util`, primarily `util.inspect` (#4493)Gravatar jhmaster 23-612/+7863
2023-09-27fix typescript metadata for import identifiers (#6130)Gravatar Dylan Conway 2-6/+58
2023-09-27update snapshotsGravatar Dylan Conway 1-3/+3
2023-09-27`deadCodeElimination` toggle for Bun.Transpiler (#5932)Gravatar jhmaster 7-46/+107
2023-09-27real fix was #5679 (#6123)Gravatar Dylan Conway 1-2/+2
2023-09-27fix(bun install): Handle vercel and github tarball path dependencies (#6122)Gravatar Justin "J.R." Hill 2-1/+80
2023-09-27Update run.md (#6099)Gravatar Daniel Amemba 1-1/+1
2023-09-27Update developer arch install steps for llvm and clang (#6120)Gravatar Justin "J.R." Hill 1-2/+1
2023-09-27fix: implement correct behaviour for urls with blob: scheme (#5825)Gravatar Liz 2-3/+12
2023-09-27fix: Docker - Apply workaround with `RUN` to symlink `bunx` (#6100)Gravatar Brennan Kinney 1-6/+8
2023-09-27fix(node:fs): fix `fs.exists` callback parameters (#6097)Gravatar Ai Hoshino 3-7/+61
2023-09-26Update bun-install.test.tsGravatar Dylan Conway 1-263/+327
2023-09-26fix workspace dependency install (#6092)Gravatar Dylan Conway 2-3/+411
2023-09-26Remove one of the tagsGravatar Ashcon Partovi 1-1/+0
2023-09-26Fix docker tagsGravatar Ashcon Partovi 1-6/+8
2023-09-26Fix plain tag not releasingGravatar Ashcon Partovi 1-0/+1
2023-09-26fix: support console.dir options object correctly (#6059)Gravatar Liz 3-8/+50
2023-09-26fix server end of stream, fix fetch not streaming without content-length or c...Gravatar Ciro Spaciari 6-32/+131