Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
* fix JSSink progress on sourcemap checking
* fix sourcemaps
* update JSSink fix
* undo + tests
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
* 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>
|
|
* fixup docker
* Update Dockerfile
* Update Dockerfile
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
* Create v8-date-parser.test.js
* one more test
* add permalinks and enable parser in bun
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
* fix(runtime): emit `node:net` connect error event vs throw
* oops
* finally
* ok
* we are good
|
|
|
|
|
|
- add missing package @oclif/plugin-plugins to resolved warning: could not find package.json with { type: 'dev',
|
|
|
|
* fix(docs): Fix the text that `bun run --bun` is the same as `bun`
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
* add workspace:* to docs
* Updates
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Update nuxt.md
* --bun
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|
|
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>
|
|
|
|
* 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>
|
|
console iterator (#5216)
* Fix #5177
* Fix #5175
* make most globals deletable/overridable
* not done
* cool
* a
* done
* fix test
* oops
* yippee
|
|
|
|
|
|
|
|
* Fix bug with multiline string in CRLF terminated files (#4893)
* add test for #4893
|
|
|
|
|
|
|
|
|
|
* 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
|
|
* wip
* Flesh out resolution docs
* Polish
* More
* WIP
* WIP
* WIP
* Document --watch
|
|
|
|
* check the limits for file, when slicing
* check eof
* undo test
|
|
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.
|
|
|
|
* avoid overflow
* Update src/bun.js/bindings/exports.zig
* add mongodb inspect test
* bun db test
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
|
* feat(nodejs): implement `os.availableParallelism`
* chore: do not throw error as same as node
* refactor: use `navigator.hardwareConcurrency`
|
|
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
|
|
* Fixed api & cli docs typo.
* Fix
---------
Co-authored-by: Colin McDonnell <colinmcd94@gmail.com>
|