Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-01 | include `first_name_offset` in source map bufferdylan/source-map-names-property | 4 | -61/+145 | ||
2023-05-01 | Add StricJS to ecosystem (#2747) | 2 | -1/+41 | ||
* Create stric.md * Update nav.ts * Update stric.md Add codetabs for ArrowJS * Update stric.md * Update stric.md | |||||
2023-05-01 | Fix error links in markdown summary | 1 | -8/+9 | ||
2023-05-01 | Condense errors in test runner script | 2 | -6/+9 | ||
2023-04-30 | Add missing type for sqlite (#2764) | 1 | -0/+84 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-04-30 | Bun Test matchers even/odd. Also, .toContains fix and truthy (#2754) | 8 | -3/+362 | ||
* bun test matcher tests for even/odd, few more truthy tests, and fix for contains empty string * implementation of even/odd matchers * didn't add the codegen bindings * linted | |||||
2023-04-30 | FIx esm -> cjs require interop with converted CJS | 1 | -1/+1 | ||
TODO: make `default` namespace object for these not load the entire wrapper | |||||
2023-04-30 | Fix garbled line text in some errors | 2 | -6/+23 | ||
2023-04-30 | Update options.zig | 1 | -3/+3 | ||
2023-04-30 | Fix missing imports in DCE tests | 1 | -5/+5 | ||
2023-04-30 | Fix missing "default" export condition | 1 | -0/+2 | ||
2023-04-30 | Implement source maps (#2770) | 14 | -210/+1100 | ||
* wip * Begin computing source map tables * source map progress * external source maps * fix merge * remove `@as` coercion * inline source maps and output source map shifts * fix `codeWithSourceMapShifts()` after merge * remove second call to `findReachableFiles()` * use `worker.allocator`, remove comment * don't reuse memory for source and sourceContents * don't reuse `quote_buf` * fix writing to stdout * Add comment * Don't include a sourcemap if the text was empty * Make the parser faster * +16% faster sourcemap generation @dylan-conway I'll need you to look this over to make sure I didn't mess anything up Though it currently doesn't generate the offsets in the right order... * 30% performance improvement to Bun.build() * Print `debugId` in source maps cc @mitsuhiko @notzeeg --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-04-30 | test default condition (#2776) | 2 | -2/+52 | ||
2023-05-01 | [install] handle `devDependencies` of local folders (#2781) | 4 | -65/+133 | ||
fixes #2653 | |||||
2023-04-30 | prevent crash | 1 | -2/+2 | ||
2023-04-30 | [install] handle repeated install of GitHub dependency correctly (#2780) | 2 | -96/+420 | ||
fixes #2602 | |||||
2023-04-30 | add to symbols.txt | 2 | -96/+32 | ||
2023-04-29 | Fix a load order issue | 2 | -7/+55 | ||
2023-04-29 | Fix some runtime issues caused by bundler | 1 | -4/+9 | ||
2023-04-29 | Fix garbled text in errors | 1 | -2/+2 | ||
2023-04-29 | Fix plugin namespaces always being set to `"flie"` | 3 | -4/+5 | ||
2023-04-29 | [Transpiler] Fix crash in scanImports when the text is empty | 1 | -0/+4 | ||
2023-04-29 | Fix debug mode crash with trailing slash in import specifier | 1 | -0/+4 | ||
2023-04-29 | Put transpiler tests in a separate folder | 2 | -0/+0 | ||
2023-04-29 | Update bun.zig | 1 | -0/+2 | ||
2023-04-29 | Clean up args parsing with `--loader` | 6 | -59/+68 | ||
2023-04-29 | Export 4 missing napi symbols on macOS | 2 | -82/+86 | ||
2023-04-28 | bundler tests: rest of default.test.ts and starting jsx tests (#2765) | 40 | -776/+1399 | ||
2023-04-28 | fix several memory issues related to plugins | 2 | -23/+27 | ||
2023-04-28 | cargo cult some code from JSC | 2 | -6/+7 | ||
2023-04-28 | Fix race condition | 2 | -2/+50 | ||
2023-04-28 | Update bun-test.yml | 1 | -1/+1 | ||
2023-04-28 | move this | 4 | -1/+1 | ||
2023-04-28 | Add a comment | 1 | -19/+54 | ||
2023-04-28 | Improve test runner markdown | 2 | -67/+107 | ||
2023-04-28 | [resolver] Propagate module type from package.json `"exports"` when possible | 2 | -5/+33 | ||
2023-04-28 | Fix crash with invalid input in fetch() | 1 | -2/+14 | ||
2023-04-28 | Improves Body.Value life cycle and Signal life cycle on server.zig (#2752) | 12 | -227/+331 | ||
* reestruct request body value and signal * revert react-hello-world * fix constructInto and test * fmt * fix body nullable * Request can outlive RequestContext * fmt * BodyValue is now HiveRef * hasDecl for Ref and HiveRef * fix deinit call on Ref/HiveRef * adds InlineBlob * fix Bun.inspect when using InlineBlob * revert InlineBlob * Fix mimalloc-debug * Add TODO note * fix: make node:crypto Hash.copy work correctly (#2761) This commit will also: - add a CryptoHasher.copy function - make CryptoHasher.digest reset the hasher so it can be reused Resolves #2651 * :nail_care: * address unicode issue (#2763) * Fix an oopsie * Another oopsie * use inline for * Fixup --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> * Request can outlive RequestContext * fmt * garantee to have the abort signnal attached to the server before abort the client on bun-server test --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Co-authored-by: Silver <14016168+silversquirl@users.noreply.github.com> Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-04-28 | Use global allocator tsconfig.json | 1 | -3/+6 | ||
2023-04-28 | Use setup-bun instead | 1 | -12/+15 | ||
2023-04-28 | Fix path of bun in workflow, try 3 | 1 | -1/+1 | ||
2023-04-28 | Fix path of bun in workflow, try 2 | 1 | -2/+1 | ||
2023-04-28 | Fix path of bun in workflow | 1 | -1/+2 | ||
2023-04-28 | Use GITHUB_PATH instead of cp | 1 | -1/+1 | ||
2023-04-28 | Maybe fix test runner on macOS | 1 | -2/+2 | ||
2023-04-28 | Improve test workflow | 3 | -39/+56 | ||
2023-04-28 | Fix typo in runner | 1 | -1/+1 | ||
2023-04-28 | Use bun x instead of bunx | 1 | -1/+1 | ||
2023-04-28 | Fix manual test workflow | 1 | -2/+1 | ||
2023-04-28 | Use Node.js APIs for test runner | 3 | -17/+28 | ||