aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-09-14Clean up run.mdGravatar Colin McDonnell 1-20/+23
2023-09-14[build] --force on git submodule updateGravatar Jarred Sumner 3-6/+6
2023-09-14fix(nitro) fix sourcemaps and JSSink closing (#5422)Gravatar Ciro Spaciari 6-33/+5696
* fix JSSink progress on sourcemap checking * fix sourcemaps * update JSSink fix * undo + tests --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-14fix http set cookie headers (#5428)Gravatar Dylan Conway 6-27/+139
* allow multiple set-cookie values * make it work for `getHeader` * move `getHeader` to cpp * remove set-cookie check * move `setHeader` to cpp --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-14fix dockerfile (#5439)Gravatar Jarred Sumner 1-14/+12
* fixup docker * Update Dockerfile * Update Dockerfile --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-14threadGravatar Dylan Conway 1-1/+1
2023-09-14async-ify all node:fs functions (#5360)Gravatar Jarred Sumner 21-1553/+1402
* async all node:fs functions * draw the rest of the owl * LLVM & Clang 16 --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-14Clean up bunfig.mdGravatar Colin McDonnell 1-19/+21
2023-09-14Mention dotenvGravatar Colin McDonnell 1-0/+4
2023-09-14Fix linksGravatar Colin McDonnell 4-4/+4
2023-09-14Rework bunfig docsGravatar Colin McDonnell 6-209/+517
2023-09-14v8 date parser tests (#5332)Gravatar Dylan Conway 2-0/+463
* Create v8-date-parser.test.js * one more test * add permalinks and enable parser in bun --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
2023-09-14fix(runtime): emit `node:net` connect error event vs throw (#5336)Gravatar dave caruso 5-63/+122
* fix(runtime): emit `node:net` connect error event vs throw * oops * finally * ok * we are good
2023-09-14Clean up trustedDependencies guideGravatar Colin McDonnell 1-3/+24
2023-09-14remove tsconfig warningGravatar Dylan Conway 1-4/+1
2023-09-14fix warnings during bun run publish-layer (#5419)Gravatar Nang Chan 1-0/+1
- add missing package @oclif/plugin-plugins to resolved warning: could not find package.json with { type: 'dev',
2023-09-14Improve run.mdGravatar Colin McDonnell 1-1/+17
2023-09-14fix(docs): Fix the text that `bun run --bun` is the same as `bun` (#4647)Gravatar DuGlaser 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-14docs - Add "workspace:*" to workspace docs. (#5379)Gravatar Dylan Greene 1-2/+21
* add workspace:* to docs * Updates --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-14Improve docsGravatar Colin McDonnell 3-4/+79
2023-09-14oopsGravatar Dylan Conway 1-0/+0
2023-09-14bump webkitGravatar Dylan Conway 7-29/+29
2023-09-14Fix typo in HTTPThread name. (#5376)Gravatar Chris Boette 2-2/+2
2023-09-14Always get latest version when @tag is explicitly passed (#5346)Gravatar Jarred Sumner 1-57/+65
2023-09-13Remove the ability to configure lockfile. (#5335)Gravatar Nathan Hammond 8-83/+6
2023-09-13Fix helptext for bun updateGravatar Colin McDonnell 1-1/+1
2023-09-13Update nuxt.md (#4452)Gravatar Soheil Nazari 1-1/+1
* Update nuxt.md * --bun --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
2023-09-13Update simple.md (#4881)Gravatar Twan L 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-13Update nextjs.md (#4905)Gravatar kryparnold 1-1/+1
2023-09-13fix(Bun.serve) fix buffering edge case (#5152)Gravatar Ciro Spaciari 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-13fix(runtime): make most globals configurable/deletable, allow resuming the ↵Gravatar dave caruso 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-13Reorganize Intro sectionGravatar Colin McDonnell 2-4/+4
2023-09-13Make TypeScript instructions easier to findGravatar Colin McDonnell 4-116/+93
2023-09-13Use Bun globalGravatar Colin McDonnell 1-3/+1
2023-09-13Fix bug with multiline string in CRLF terminated files (#4893) (#5318)Gravatar Mordy Tikotzky 2-1/+24
* Fix bug with multiline string in CRLF terminated files (#4893) * add test for #4893
2023-09-13test (#5244)Gravatar dave caruso 3-0/+28
2023-09-13fix link to "local template" (#5115)Gravatar Jacques Desmarais 1-1/+1
2023-09-13modules documentation didn't have correct import example (#5225)Gravatar miccou 1-3/+3
2023-09-13Use bun create everywhereGravatar Colin McDonnell 6-7/+7
2023-09-13doc(guides): update sveltekit guide (#5285)Gravatar Madhurjya Roy 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-13More docs & helptext cleanup (#5229)Gravatar Colin McDonnell 10-18/+133
* wip * Flesh out resolution docs * Polish * More * WIP * WIP * WIP * Document --watch
2023-09-13Fix mock exampleGravatar Colin McDonnell 1-1/+1
2023-09-13fix(BunFile.slice) fix slice when length is greater than the size (#5186)Gravatar Ciro Spaciari 2-3/+15
* check the limits for file, when slicing * check eof * undo test
2023-09-13fix(doc): Add "compilerOptions" to bun-types README.md (#5325)Gravatar Patrick Klitzke 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-13fix(node:dns): fix the crash. (#5200)Gravatar Ai Hoshino 3-15/+66
2023-09-13fix(console.log) fix printing long custom format (#5164)Gravatar Ciro Spaciari 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-13feat(nodejs): implement `os.availableParallelism` (#5109)Gravatar WingLim 3-3/+10
* feat(nodejs): implement `os.availableParallelism` * chore: do not throw error as same as node * refactor: use `navigator.hardwareConcurrency`
2023-09-13Make --watch instant (#5236)Gravatar Jarred Sumner 7-56/+190
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
2023-09-13fix(runtime): require cache should not include unevaluated ESM modules. (#5233)Gravatar dave caruso 6-8/+40
2023-09-13Fixed api & cli docs typo. (#5262)Gravatar James Gordo 3-4/+4
* Fixed api & cli docs typo. * Fix --------- Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>