Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-16 | Add missing `buffer` module exports | 1 | -13/+79 | ||
2023-01-11 | `require.resolve` in the runtime should use CommonJS export conditions | 1 | -28/+16 | ||
2023-01-04 | 10x faster `new Buffer` (#1717) | 1 | -4/+2 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-02 | [node:event] Add `captureRejectionSymbol` | 1 | -0/+4 | ||
2022-11-16 | Mark some more commonjs modules | 2 | -7/+34 | ||
2022-09-28 | Support a `default` object in CommonJS wrapper | 1 | -0/+18 | ||
Fixes https://github.com/oven-sh/bun/issues/1284 Related to https://github.com/oven-sh/bun/issues/1285 | |||||
2022-09-25 | Implement `isatty` in `node:tty` | 1 | -0/+69 | ||
2022-09-06 | Fix issue with `process` esm node export | 1 | -31/+68 | ||
2022-09-06 | Add missing `Blob` | 1 | -2/+2 | ||
2022-09-05 | Support async `onLoad` callbacks in `Bun.plugin` | 2 | -47/+69 | ||
2022-09-05 | Move `generateObjectModuleSourceCode` to separate file to fix build error | 2 | -24/+31 | ||
2022-09-05 | `inline` | 1 | -1/+1 | ||
2022-09-05 | Missing #pragma once | 1 | -0/+2 | ||
2022-09-04 | `[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache` | 1 | -3/+63 | ||
Closes https://github.com/oven-sh/bun/issues/1111 | |||||
2022-09-03 | Fix `createRequire()` in `node:module` | 2 | -0/+150 | ||
Fixes https://github.com/oven-sh/bun/issues/831 Fixes https://github.com/oven-sh/bun/issues/453 | |||||
2022-09-03 | Fix build error | 1 | -6/+5 | ||
2022-09-03 | Plugin API (#1199) | 1 | -0/+32 | ||
* Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-01 | Add native StringDecoder (#1188) | 1 | -0/+15 | ||
* Add native StringDecoder * fix upon reviews * add Constructor and use LazyClassStructure | |||||
2022-08-23 | add SlowBuffer (#1133) | 1 | -0/+6 | ||
2022-08-21 | Add native EventEmitter (#1123) | 1 | -0/+27 | ||
* Add native EventEmitter * add listeners, listenerCount and eventNames * add global functions * add Object to EventEmitter conversion * fix upon review | |||||
2022-08-17 | Add native process module (#1095) | 1 | -0/+39 | ||
2022-08-14 | Add synthetic buffer module (#1076) | 1 | -0/+27 | ||
* Add synthetic buffer module * rename Buffer.h to BufferModule.h |