Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-22 | Write out builtins with TypeScript + Minify them (#2999) | 48 | -17400/+0 | ||
* start work drafting how builtins will work * work on ts builtin * builtins stuff so far * builtins * done for today * continue work * working on it * bindings so far * well, it builds. doesnt run * IT RUNS * still lots of ts errors but it is functional * sloppy mode | |||||
2023-05-22 | [node:buffer] Add missing `inspect` functionbun-v0.6.3 | 2 | -0/+22 | ||
cc @paperdave | |||||
2023-05-11 | oops (#2863) | 1 | -2/+2 | ||
* oops * oops part 2 | |||||
2023-05-11 | Allow reading config from within plugins, and partially implement esbuild ↵ | 2 | -3/+23 | ||
`initialOptions` (#2861) * Implement plugin build.config and initialOptions * update types * default initialoptions entrypoints | |||||
2023-05-09 | Re-run builtins generator | 1 | -2/+6 | ||
2023-05-06 | [Bun.build] Add error when an `onResolve` plugin returns a `namespace` which ↵ | 1 | -7/+14 | ||
has no loader | |||||
2023-04-29 | Fix plugin namespaces always being set to `"flie"` | 1 | -2/+3 | ||
2023-04-28 | bundler tests: rest of default.test.ts and starting jsx tests (#2765) | 1 | -3/+19 | ||
2023-04-25 | now it works | 1 | -8/+7 | ||
2023-04-25 | typo | 1 | -2/+4 | ||
2023-04-25 | Implement `onResolve` plugins in `Bun.build()`, support multiple onLoad and ↵ | 48 | -46/+662 | ||
onResolve plugins (#2739) * its 2023 * WIP `onResolve` plugins * more progress * it compiles * Lots of small fixes * Seems to work excluding entry points * Update BundlerPluginBuiltins.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-04-13 | Upgrade WebKit (#2643) | 22 | -88/+22 | ||
* Missing export * Regenerate builtins * Fix crash in require() * Various breaking JSC changes * hopefully speed up C++ compilation a little * Skip failing test fo rnow * Update WebKit * Add a comment * Fix error in postinstall * Update WebKit --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-04-04 | Implement `import.meta.main` (#2556) | 3 | -1/+24 | ||
* Implement `import.meta.main` * Update main-test-1.js * Update fs.test.ts --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-04-01 | Add stubs for missing node builtins (#2534) | 2 | -0/+43 | ||
* Stub `node:v8` * Stub `node:trace_events` * Stub `node:repl` * Stub `node:inspector` * Stub `node:http2` * Stub `node:diagnostics_channel` * Stub `node:dgram` * Stub `node:cluster` * Link stubs * cleanup * Clean up the test * Implement `node:vm` stub * Cleanup `v8` module stub * Add missing `promises` export to node:stream * Implement `node:stream/promise` * Implement `node:assert/strict` * cleanup * better errors * Increaase timeout * Update inspector.exports.js * Make the version consistent * Implement `process.binding("constants")` * Update runner.node.mjs --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-03-07 | improve `Buffer` compatibility with Node.js (#2341) | 2 | -28/+398 | ||
* improve `Buffer` compatibility with Node.js * use `memmove()` allow `encoding` to be `undefined` | |||||
2023-03-06 | feat(tty): add some `tty.WriteStream` methods to `process.{stdout, stderr}` ↵ | 1 | -1/+24 | ||
(#2320) * feat(stdio): add some `tty.WriteStream` methods * chore(builtins): add process builtin gen'd code | |||||
2023-02-14 | don't break esbuild | 2 | -36/+16 | ||
2023-01-28 | [buffer] Do not throw in getters | 1 | -4/+4 | ||
2023-01-28 | [buffer] Add missing `offset` property | 2 | -0/+21 | ||
2023-01-27 | `Buffer.from` doesn't need to be the Buffer constructor | 1 | -11/+8 | ||
2023-01-22 | stub out process.stdin.setRawMode | 1 | -1/+2 | ||
2023-01-21 | Refactor `new Buffer` to pass Node.js tests | 2 | -7/+12 | ||
2023-01-21 | [Buffer] Add deprecated `parent` property | 1 | -0/+12 | ||
2023-01-21 | [buffer] Add faster path for Uint8Array | 1 | -1/+7 | ||
2023-01-21 | [buffer] Make Buffer.from pass more tests | 2 | -54/+60 | ||
2023-01-18 | Fixes #1831 | 2 | -11/+34 | ||
2023-01-04 | 10x faster `new Buffer` (#1717) | 3 | -76/+101 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-28 | Move some code up | 1 | -8/+5 | ||
2022-12-28 | Fix `ReadableStream.pipeTo` | 1 | -2/+2 | ||
2022-12-18 | Regenerate builtins | 1 | -4/+27 | ||
2022-12-17 | Delete Oniguruma (#1625) | 48 | -923/+0 | ||
* Update .gitmodules * Delete oniguruma * Delete Oniguruma * Make this test less flaky * :scissors: Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-12-17 | Regenerate builtins | 1 | -7/+2 | ||
2022-12-15 | [process.stdin] Support reading from process.stdin in the same tick | 1 | -3/+18 | ||
2022-12-13 | Avoid creating closure | 1 | -48/+40 | ||
2022-12-11 | Add _read | 1 | -3/+18 | ||
2022-12-10 | Regenerate builtins | 1 | -2/+2 | ||
2022-12-05 | Make `console` an `AsyncIterable` | 4 | -28/+334 | ||
2022-12-05 | `process.stdin` exists but doesn't totally work yet | 1 | -16/+13 | ||
2022-12-04 | Add some basic tests for process.stdout | 4 | -45/+12 | ||
2022-12-03 | `process.stdout` and `process.stderr` | 6 | -187/+838 | ||
2022-12-02 | Propagate reason in AbortSignal and reuse in ReadableStream.pipeTo | 2 | -16/+15 | ||
Similar to https://github.com/WebKit/WebKit/pull/7013 | |||||
2022-11-28 | Fix failing spawn() and spawnSync() tests | 1 | -2/+10 | ||
cc @ThatOneBro | |||||
2022-11-27 | Handle more cases with printing objects | 2 | -3/+6 | ||
2022-11-25 | Fix double free | 1 | -8/+14 | ||
2022-11-25 | [streams] Always call start | 1 | -8/+6 | ||
2022-11-24 | Add extra check | 1 | -3/+3 | ||
2022-11-23 | possibly more reliable Bun.spawn (#1547) | 1 | -25/+66 | ||
* wip * wip * Fix bug with stdin * zig fmt * seems to work! * Update streams.test.js Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-11-20 | mild clean up | 2 | -12/+12 | ||
2022-11-19 | [streams] Fix exception in `WritableStream` | 1 | -5/+2 | ||
cc @Electroid | |||||
2022-11-19 | [streams] Fix exception in streams with 1 item that sometimes occurred | 1 | -3/+16 | ||