aboutsummaryrefslogtreecommitdiff
path: root/src/js/_codegen/build-modules.ts (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-16fix(runtime): make some things more stable (partial jsc debug build) (#5881)Gravatar dave caruso 1-4/+13
2023-10-12feat(install): support npm overrides/yarn resolutions, one level deep only (#...Gravatar dave caruso 1-1/+2
2023-09-27Complete rework of the majority of `node:util`, primarily `util.inspect` (#4493)Gravatar jhmaster 1-2/+8
2023-09-13fix(runtime): make most globals configurable/deletable, allow resuming the co...Gravatar dave caruso 1-1/+3
2023-09-10Support named imports for json & toml files at runtime (#4783)Gravatar Jarred Sumner 1-0/+2
2023-09-07Progress for Next.js (#4468)Gravatar dave caruso 1-1/+1
2023-08-30feat(node:fs): add `cp`/`cpSync`/`promises.cp` + async `copyFile` (#4340)Gravatar dave caruso 1-1/+1
2023-08-29fix(node-fetch): use stream.Readable instead of web streams (#4394)Gravatar dave caruso 1-1/+1
2023-08-16`bun --inspect` (#4158)Gravatar Jarred Sumner 1-26/+77
2023-08-14Make builtins' source origin use a valid url (#4152)Gravatar dave caruso 1-10/+15
2023-08-03Bunch of fixes (#3516)Gravatar Ashcon Partovi 1-9/+12
2023-08-02Rewrite built-in modules to use CommonJS over ESM (#3814)Gravatar dave caruso 1-0/+381