Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-14 | remove tsconfig warning | 1 | -4/+1 | ||
2023-09-14 | fix warnings during bun run publish-layer (#5419) | 1 | -0/+1 | ||
- add missing package @oclif/plugin-plugins to resolved warning: could not find package.json with { type: 'dev', | |||||
2023-09-14 | Improve run.md | 1 | -1/+17 | ||
2023-09-14 | fix(docs): Fix the text that `bun run --bun` is the same as `bun` (#4647) | 1 | -1/+2 | ||
* fix(docs): Fix the text that `bun run --bun` is the same as `bun` * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-14 | docs - Add "workspace:*" to workspace docs. (#5379) | 1 | -2/+21 | ||
* add workspace:* to docs * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-14 | Improve docs | 3 | -4/+79 | ||
2023-09-14 | oops | 1 | -0/+0 | ||
2023-09-14 | bump webkit | 7 | -29/+29 | ||
2023-09-14 | Fix typo in HTTPThread name. (#5376) | 2 | -2/+2 | ||
2023-09-14 | Always get latest version when @tag is explicitly passed (#5346) | 1 | -57/+65 | ||
2023-09-13 | Remove the ability to configure lockfile. (#5335) | 8 | -83/+6 | ||
2023-09-13 | Fix helptext for bun update | 1 | -1/+1 | ||
2023-09-13 | Update nuxt.md (#4452) | 1 | -1/+1 | ||
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | Update simple.md (#4881) | 1 | -1/+1 | ||
I have removed the / before ${server.port} because it its incorrect and I replaced the localhost to ${server.hostname} Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | Update nextjs.md (#4905) | 1 | -1/+1 | ||
2023-09-13 | fix(Bun.serve) fix buffering edge case (#5152) | 4 | -3/+35 | ||
* fix buffering clean * fix resolveMaybeNeedsTrailingSlash and try to fix ci/cd error * fix resolveMaybeNeedsTrailingSlash and try to fix ci/cd error * oops --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-09-13 | fix(runtime): make most globals configurable/deletable, allow resuming the ↵ | 20 | -1244/+1227 | ||
console iterator (#5216) * Fix #5177 * Fix #5175 * make most globals deletable/overridable * not done * cool * a * done * fix test * oops * yippee | |||||
2023-09-13 | Reorganize Intro section | 2 | -4/+4 | ||
2023-09-13 | Make TypeScript instructions easier to find | 4 | -116/+93 | ||
2023-09-13 | Use Bun global | 1 | -3/+1 | ||
2023-09-13 | Fix bug with multiline string in CRLF terminated files (#4893) (#5318) | 2 | -1/+24 | ||
* Fix bug with multiline string in CRLF terminated files (#4893) * add test for #4893 | |||||
2023-09-13 | test (#5244) | 3 | -0/+28 | ||
2023-09-13 | fix link to "local template" (#5115) | 1 | -1/+1 | ||
2023-09-13 | modules documentation didn't have correct import example (#5225) | 1 | -3/+3 | ||
2023-09-13 | Use bun create everywhere | 6 | -7/+7 | ||
2023-09-13 | doc(guides): update sveltekit guide (#5285) | 1 | -2/+2 | ||
* doc(guides): update sveltekit guide Use `bun create svelte` instead of `bunx create-svelte`. This is to bring the documentation at par with the SvelteKit official doc to [create a project](https://kit.svelte.dev/docs/creating-a-project). * Update text instructions for sveltekit.md | |||||
2023-09-13 | More docs & helptext cleanup (#5229) | 10 | -18/+133 | ||
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch | |||||
2023-09-13 | Fix mock example | 1 | -1/+1 | ||
2023-09-13 | fix(BunFile.slice) fix slice when length is greater than the size (#5186) | 2 | -3/+15 | ||
* check the limits for file, when slicing * check eof * undo test | |||||
2023-09-13 | fix(doc): Add "compilerOptions" to bun-types README.md (#5325) | 1 | -3/+5 | ||
Reading the documentation on bun-types it was not clear to me that the tsconfig.ts needs to look like this: ``` { "compilerOptions": { "types": ["bun-types"] } } ``` So i added the "compilerOptions" information. | |||||
2023-09-13 | fix(node:dns): fix the crash. (#5200) | 3 | -15/+66 | ||
2023-09-13 | fix(console.log) fix printing long custom format (#5164) | 4 | -2/+38 | ||
* avoid overflow * Update src/bun.js/bindings/exports.zig * add mongodb inspect test * bun db test --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com> | |||||
2023-09-13 | feat(nodejs): implement `os.availableParallelism` (#5109) | 3 | -3/+10 | ||
* feat(nodejs): implement `os.availableParallelism` * chore: do not throw error as same as node * refactor: use `navigator.hardwareConcurrency` | |||||
2023-09-13 | Make --watch instant (#5236) | 7 | -56/+190 | ||
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2023-09-13 | fix(runtime): require cache should not include unevaluated ESM modules. (#5233) | 6 | -8/+40 | ||
2023-09-13 | Fixed api & cli docs typo. (#5262) | 3 | -4/+4 | ||
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com> | |||||
2023-09-13 | chore(docs): include missing links to Node.js APIs (#5281) | 1 | -2/+2 | ||
These links make it easy to click and jump to another section. | |||||
2023-09-13 | docs(guide): fix expect assertion example in guide for `spyOn` (#5294) | 1 | -1/+1 | ||
Fixes example with `spyOn` and assertions. The example failed because the spied function would be called once but the expectation asserted 0 calls. | |||||
2023-09-13 | add uninstall instructions (#5311) | 1 | -0/+24 | ||
it's always good to have uninstall instructions as well as install, and I couldn't find them anywhere else on the site. IMO, this gives users a little more confidence to try new tools out, as they know it's easily reversible. I'm not familiar with how to uninstall with Docker, so would appreciate some help there. We could possibly add a note for "bash" on how to remove Bun from the `$PATH`. | |||||
2023-09-13 | docs: update lockfile diff instructions (#5275) | 1 | -3/+7 | ||
2023-09-13 | fix(node/fetch): Make data URL fetch consistent with node (#5126) | 2 | -7/+37 | ||
2023-09-13 | avoid inserting extraneous"accept-encoding" header (#5057) | 2 | -1/+22 | ||
* add no extraneous accept-encoding header test * ensure fetch honors no decompress opt * fix format on test/js/node/http/node-http.test.ts | |||||
2023-09-13 | docs(runtime): fix plugins loader extensions typo (#5250) | 1 | -1/+1 | ||
2023-09-13 | chore: make comment grammatically correct (#5140) | 1 | -1/+1 | ||
2023-09-13 | Add informative message on 'bun create react' (#5248) | 1 | -0/+22 | ||
2023-09-13 | docs(runtime): fix jsx FragmentFactory output example (#5243) | 1 | -1/+1 | ||
2023-09-13 | file.exists() needs to be awaited to get the value (#5061) | 1 | -1/+1 | ||
2023-09-13 | Update discordjs.md (#5227) | 1 | -1/+1 | ||
2023-09-13 | decode regex if needed (#5167) | 5 | -126/+167 | ||
* decode regex if non-ascii * make it comptime * add test * use `bun.BabyList(u16)` | |||||
2023-09-13 | Correct the configuration file names. (#5234) | 2 | -2/+2 | ||