Skip to content

Tags: xlc/bun

Tags

bun-v1.0.20

Toggle bun-v1.0.20's commit message
Enable `forceConsistentCasingInFileNames` in `bun init`

bun-v1.0.19

Toggle bun-v1.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
always set name (oven-sh#7783)

bun-v1.0.18

Toggle bun-v1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(install) make sure node-gyp is available during lifecycle scripts (

…oven-sh#7622)

* bunx node-gyp

* add test

* create temp node-gyp when used in script

* windows reminder

* closer?

* Update bunx_command.zig

* append fake node to end of path

* Update install.zig

* correct temp node-gyp dir, always append parent `node_modules/.bin` dir

* make sure temp node-gyp doesnt run itself

---------

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>

bun-v1.0.17

Toggle bun-v1.0.17's commit message
Update lifecycle.md

bun-v1.0.16

Toggle bun-v1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle holey arrays in console.log, don't omit `length` property, cle…

…anup `logLevel` option (oven-sh#7557)

* Add `fromJS` helper method to `ComptimeStringMap` and `logLevel` parsing better

* Handle holey arrays

* Update console-log.expected.txt

* More tests

* Add TODO

* More fixture

* [autofix.ci] apply automated fixes

* Update bindings.cpp

* Cleanup some spacing

* update

* Handle externals in `bun build` from package.json "imports"

* Prevent recursion in Web Worker

* Fix failing test

---------

Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>

bun-v1.0.15

Toggle bun-v1.0.15's commit message
Update websockets.md

bun-v1.0.14

Toggle bun-v1.0.14's commit message
Update nav.ts

bun-v1.0.13

Toggle bun-v1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
choose correct resolved package for peer dependencies (oven-sh#7192)

* fix sometimes failing install test

* loop to make sure it happens

bun-v1.0.12

Toggle bun-v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
node modules bin directory fix (oven-sh#7151)

* place binaries in `.bin` of package node_modules

* test

* fix tests

bun-v1.0.11

Toggle bun-v1.0.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update edgedb.md (oven-sh#6985)

Small fix