Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-09 | Update readme and regendebugger-dev | 7 | -15/+262 | ||
2023-06-05 | wip | 5 | -129/+241 | ||
2023-06-04 | wip | 3 | -54/+44 | ||
2023-06-04 | fix some CLI things | 1 | -8/+13 | ||
2023-06-04 | fixup | 4 | -3/+4 | ||
2023-06-04 | Fix build | 1 | -1/+2 | ||
2023-06-04 | Add types and sample heapsnapshot for JSC and V8 | 4 | -0/+48475 | ||
2023-06-04 | Add a DevTools client | 1 | -0/+129 | ||
2023-06-04 | slightly more progress | 3 | -1/+20 | ||
2023-06-04 | Fix C++ compile errors | 1 | -3/+4 | ||
2023-06-04 | pushing this but it doesn't fix anything | 2 | -60/+137 | ||
2023-06-04 | Add script to generate DevTools protocol types for JSC and V8 | 7 | -0/+5605 | ||
2023-06-04 | Update BunInspector.cpp | 1 | -3/+58 | ||
2023-06-04 | WIP support inspector | 18 | -48/+603 | ||
2023-06-03 | Update .gitattributes | 1 | -0/+23 | ||
2023-06-03 | Add test case (#3186) | 1 | -0/+27 | ||
2023-06-03 | make hardcoded -> make esm + document needing bun to build bun (#3188) | 4 | -8/+36 | ||
2023-06-03 | Bump | 1 | -1/+1 | ||
2023-06-03 | [tests] prisma tests (#3197) | 8 | -1/+3800 | ||
2023-06-03 | Fix crash with path parse in win32 (#3187)bun-v0.6.7 | 5 | -15/+86 | ||
* Update CommonJSModuleRecord.cpp * smaller * [node:path] Fix crash, mark TODO --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-02 | [bundler] fix json imports, undo some todos | 5 | -25/+28 | ||
2023-06-02 | fixes with hardcoded modules (#3182) | 104 | -34737/+61 | ||
* fixes with hardcoded modules * add make hardcoded to make dev * adjust this message * remove debugging logs * this * restore2 | |||||
2023-06-02 | check package name length in `shouldUnwrapRequire()` (#3183) | 2 | -1/+6 | ||
* make sure length is equal * add and use `indexEqualAny` | |||||
2023-06-02 | use NODE_ENV for react-jsx or react-jsxdev (#3184) | 5 | -17/+128 | ||
2023-06-02 | fix readableStreamToArrayBuffer (#3181) | 6 | -23/+51 | ||
* fix discord.js again * remove one of the async hooks warnings * clarify hardcoded modules docs | |||||
2023-06-02 | [napi] some fixes for prisma (#3176) | 3 | -17/+46 | ||
* patch create object, so it can be used on wrap * cleanup * cleanup * dont override napiRef * make wrap strong ref * workaround tests * remove work around | |||||
2023-06-02 | Update macro/test docs (#3180) | 4 | -9/+39 | ||
* Add test and fix plugin type * Update docs and config pages | |||||
2023-06-02 | continue if import is standalone (#3178) | 2 | -5/+3 | ||
2023-06-02 | Add comment | 1 | -0/+2 | ||
2023-06-02 | Support `NO_COLOR` environment variable (#3055) | 4 | -36/+98 | ||
2023-06-02 | Maybe we don't need to do this anymore? (#3169) | 1 | -14/+0 | ||
2023-06-02 | Support NodeJS.ProcessEnv | 3 | -14/+19 | ||
2023-06-02 | types: expose Bun.Env (#3111) | 4 | -29/+26 | ||
* expose Bun.Env * export bun.Env * fix: use import instead namespace access * fix(child_process): use import * tests(env): use module instead namespace | |||||
2023-06-02 | Fixes #3161 (#3174) | 3 | -5/+16 | ||
* Fixes #3161 * Fix the error message * woops --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-01 | Add concurrency to workflows, enable cancel-in-progress | 6 | -59/+25 | ||
2023-06-01 | Fix github annotation when using inspect() (#3166) | 3 | -10/+36 | ||
2023-06-01 | Bundle and minify `.exports.js` files. (#3036) | 250 | -1298/+49064 | ||
* move all exports.js into src/js * finalize the sort of this * and it works * add test.ts to gitignore * okay * convert some to ts just to show * finish up * fixup makefile * minify syntax in dev * finish rebase * dont minify all modules * merge * finish rebase merge * flaky test that hangs | |||||
2023-06-01 | Disable typecheck workflow for now | 1 | -34/+0 | ||
2023-06-01 | Implement `__dirname` and `__filename`, allow direct eval in CommonJS (#3164) | 7 | -46/+91 | ||
* Implement `__dirname` and `__filename`, allow direct eval in CommonJS * Fixup dirname and add test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-01 | Rename `ptr` to `_unsafe_ptr_do_not_use` (#3163) | 7 | -184/+132 | ||
* Rename `ptr` to `_unsafe_ptr_do_not_use` * Fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-06-01 | Update macros.md (#3165) | 1 | -1/+1 | ||
Fix a repeated "for" | |||||
2023-06-01 | random fixes that help vite/sveltekit (#3140) | 10 | -37/+111 | ||
* existsSync with invalid paths should return false * partially support file urls (does not do percent encoding) * add utf16 support for Path.isAbsoluteString * Update src/resolver/resolver.zig Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> * fixups * revert * prettier format --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-06-01 | [napi] fix thread safe function callback (#3162) | 2 | -4/+10 | ||
* fixup * add debug log message to event loop unexpected tag * fix fmt | |||||
2023-06-01 | mark currently known test fails as `.todo` (#3052) | 33 | -374/+375 | ||
* start this * commit * mark all failing tests as todo * fasdfad * bundler tests * tests * adjust failing tests to todo * comment out some more tests * png as test | |||||
2023-06-01 | Fix streams breaking on reverted EventEmitter / Make Discord.js work (#2913) | 32 | -14304/+1576 | ||
* Revert "Revert "use a lazyily initialized stream for `node:crypto` `createHash` (#2652)"" This reverts commit 613bb4822ee8f4fbfd78aef391e2db8f07659a6f. * Revert "Revert "implement `node:events` in javascript (#2604)"" This reverts commit a4d0a1961abe0c6073e15cc6f7c0601b74f2e3f7. * oops * fix entrypoints stuff * fix hash copy * use native events for node streams and crypto * requested changes * oops * make discord.js work * fix webkit hash * headers tojson | |||||
2023-06-01 | Update build-id | 1 | -1/+1 | ||
2023-06-01 | only add cjs export name if it is assigned (#3159) | 1 | -1/+1 | ||
2023-06-01 | fix typo in documentation ("the today" -> "today") (#3160) | 1 | -1/+1 | ||
2023-06-01 | ci: dont run builds in forks (#3156) | 10 | -4/+28 | ||
2023-05-31 | don't rewrite `module.exports` if assign target is `update` or `replace` (#3147)bun-v0.6.6 | 1 | -9/+16 | ||
* don't rewrite `module.exports` if assign target is `update` or `replace` * missing `is_delete_target`, check de-opt before rewriting |