Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-02 | Bump versions | 2 | -3/+3 | ||
2021-11-02 | Next.js 12 support | 8 | -28/+409 | ||
2021-11-02 | [internal] Inline empty function | 1 | -1/+1 | ||
2021-11-02 | Fixes https://github.com/Jarred-Sumner/bun/issues/28 | 2 | -3/+9 | ||
2021-11-02 | Revert "[bundler] Start detecting workspace roots" | 4 | -44/+8 | ||
This reverts commit e71cb5c8c9d5e714175b72dd9ce4c03f872d7287. | |||||
2021-11-02 | [bun bun] `alwaysBundled` packages should use their real paths | 1 | -2/+5 | ||
2021-11-02 | [parser] Fix undefined behavior when invalid an unicode codepoint is part of ↵ | 1 | -11/+13 | ||
an error message | |||||
2021-11-02 | [bundler] Start detecting workspace roots | 4 | -8/+44 | ||
2021-11-02 | [interla] Comment | 1 | -0/+3 | ||
2021-11-02 | [internal] Global.configureAllocator() | 5 | -3/+27 | ||
2021-11-02 | [bundler] Start detecting workspace roots | 4 | -8/+44 | ||
2021-11-01 | [CLI] Fix completions auto-installer for zsh | 2 | -259/+389 | ||
2021-11-01 | Add Bun.js integration tests, but don't run them yet. | 16 | -192/+366 | ||
2021-11-01 | [cli] Hardcode some paths to install for zshbun-v0.0.43 | 2 | -1/+68 | ||
2021-11-01 | Update Makefile | 1 | -2/+3 | ||
2021-11-01 | Update Makefile | 1 | -4/+9 | ||
2021-11-01 | [cli] Slightly improve zsh completionsbun-v0.0.42 | 1 | -0/+3 | ||
2021-11-01 | Delete node_modules.jsbundle | 1 | -0/+0 | ||
2021-11-01 | [CLI] Spacing | 1 | -1/+1 | ||
2021-11-01 | [cli] just open the directory, `access` is dumb | 1 | -68/+19 | ||
2021-11-01 | [test] Add integration test for null byte \\0 | 1 | -11/+14 | ||
2021-11-01 | [internal] Tiny changes that will eventually make it easier to update zig | 5 | -17/+19 | ||
2021-11-01 | [upgrade] Reinstall completions on `bun upgrade` | 1 | -3/+20 | ||
2021-11-01 | Bump | 1 | -1/+1 | ||
2021-11-01 | [install] Auto-set PATH if possible | 1 | -7/+26 | ||
2021-11-01 | [CLI] Add zsh completions and auto-install completions | 10 | -77/+473 | ||
2021-10-31 | [CLI] Add completions for Fish | 4 | -3/+259 | ||
2021-10-31 | [CLI] Print newline after --version | 1 | -1/+1 | ||
2021-10-31 | Add `-v` shorthand for version | 1 | -1/+1 | ||
2021-10-31 | [Bun.js] Bun.sleep() lets you synchronously sleep. Thanks @evanwashere | 2 | -0/+29 | ||
2021-10-31 | [CLI] Fix spacing (thanks @KishanBagaria) | 1 | -2/+2 | ||
2021-10-30 | Update cli.zig | 1 | -0/+3 | ||
2021-10-30 | [Bun.js] Ensure we print in Latin1 mode | 1 | -0/+26 | ||
2021-10-30 | Update javascript.zig | 1 | -0/+1 | ||
2021-10-30 | [Bun.js] Lazily add `FORCE_COLOR` environment variable for better ↵ | 1 | -1/+13 | ||
compatibility with Node.js modules that detect whether the terminal supports colors | |||||
2021-10-30 | [Bun.js] Partially fix loading Node.js fallback modules | 1 | -2/+19 | ||
2021-10-30 | [Bun.js] Add API for detecting if ANSI colors are enabled | 1 | -25/+29 | ||
2021-10-30 | [Bun.js] Implement `supports-color` polyfill (so that chalk works) | 2 | -3/+67 | ||
2021-10-30 | [Bun.js] fix node fetch polyfills | 2 | -2/+16 | ||
2021-10-30 | Fixes #34 | 2 | -20/+65 | ||
2021-10-30 | [internal] Fix loading runtime code in debug builds | 1 | -6/+6 | ||
2021-10-30 | [internal] Makefile | 2 | -3/+3 | ||
2021-10-30 | Linking instructions in Makefile | 1 | -1/+3 | ||
2021-10-30 | Update Makefile | 1 | -0/+1 | ||
2021-10-30 | Update README.md | 1 | -1/+1 | ||
2021-10-30 | Update README.md | 1 | -0/+14 | ||
2021-10-30 | Update README.md | 1 | -0/+2 | ||
2021-10-30 | Update Makefile | 1 | -1/+3 | ||
2021-10-30 | Update Makefile | 1 | -1/+4 | ||
2021-10-30 | Update Makefile | 1 | -1/+1 | ||