Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-11 | [bun install] Fix `bun add` multiple packages writing malformed package.json | 1 | -24/+25 | ||
2022-02-11 | [bun install] Fix lockfile corruption | 1 | -212/+227 | ||
2022-02-11 | use platform-independent file preallocation | 1 | -11/+17 | ||
2022-02-11 | `std.os.`exit -> `Global.exit` so stderr is always flushed | 18 | -124/+178 | ||
2022-02-10 | Update install.zig | 1 | -0/+4 | ||
2022-02-10 | [bun install] Continue linking bins if one fails | 1 | -2/+2 | ||
2022-02-10 | [bun install] More reliably set permissions on `bin` links | 1 | -6/+25 | ||
2022-02-10 | [bun run] Fix exit code when running a bin | 1 | -1/+1 | ||
2022-02-10 | Update linux_c.zig | 1 | -0/+4 | ||
2022-02-10 | [bun run] Fix exit code when script fails | 1 | -1/+2 | ||
2022-02-10 | [bun install] Improve reliability of extracting files | 2 | -61/+116 | ||
2022-02-10 | [bun install] Fix bug when linking bins from scoped packages (e.g. ↵ | 1 | -2/+13 | ||
`@babel/parser`) | |||||
2022-02-10 | [bun install] Print more descriptive errors | 1 | -5/+23 | ||
2022-02-10 | [bun install] Fix bug when packages with long names | 1 | -2/+2 | ||
2022-02-10 | [bun dev] Add test for checking that js files are transpiled at the root ↵ | 1 | -14/+26 | ||
when there is no static folder | |||||
2022-02-10 | Cleanup test output | 1 | -12/+12 | ||
2022-02-10 | [bun dev] Use a Mimalloc Arena to attempt to resolve a crash when `bun dev` ↵ | 1 | -10/+13 | ||
has been running for awhile | |||||
2022-02-10 | [bun dev][css] Fix loading external assets | 3 | -38/+22 | ||
2022-02-10 | [bun dev] Implement `hash:` namespace for `file` loader to improve browser ↵ | 3 | -22/+70 | ||
cache invalidation This appends a hash to URLs and import paths In `bun dev`, this means: `/foo.woff2` => `/hash:/foo.woff2` `bun dev` simply ignores this. | |||||
2022-02-10 | [tree shaking] Trim unused values in `var` when possible | 1 | -59/+76 | ||
2022-02-10 | [tree shaking] Fix bug with removing unused `const` / `let` | 1 | -5/+4 | ||
2022-02-09 | Update readme for `bun-macro-relay`, bump | 2 | -19/+8 | ||
2022-02-08 | Update runtime.versionbun-v0.0.70 | 1 | -1/+1 | ||
2022-02-08 | Possibly fix #98 | 1 | -0/+1 | ||
2022-02-08 | :camera: | 8 | -2/+72 | ||
2022-02-08 | Move __exportDefault transform to parser | 2 | -12/+42 | ||
2022-02-07 | Update build-id | 1 | -1/+1 | ||
2022-02-07 | Add test for #117 | 2 | -1/+4 | ||
2022-02-07 | Fix #117 | 1 | -8/+12 | ||
2022-02-07 | Fix #117 | 1 | -5/+0 | ||
2022-02-07 | Don't import __FastRefreshRuntime if it's a CJS transform | 1 | -0/+1 | ||
2022-02-07 | Reduce debug build memory usage | 1 | -22/+8 | ||
2022-02-07 | [JS Parser] Fix bug with `export default Foo` when `Foo` was a bundled import | 1 | -2/+7 | ||
2022-02-07 | Update transpiler.test.js | 1 | -1/+3 | ||
2022-02-07 | [TS] Implement `import {type foo} from 'bar';` (type inside clause) | 2 | -20/+112 | ||
2022-02-07 | [bun-macro-relay] resolve the artifact directory | 1 | -11/+2 | ||
2022-02-06 | Update README.md | 1 | -1/+0 | ||
2022-02-06 | Update README.md | 1 | -0/+1 | ||
2022-02-06 | Little doc | 2 | -9/+49 | ||
2022-02-06 | Update README.mdbun-v0.0.69 | 1 | -0/+2 | ||
2022-02-06 | Update README.md | 1 | -2/+3 | ||
2022-02-06 | Update README.md | 1 | -2/+2 | ||
2022-02-06 | Update README.md | 1 | -2/+2 | ||
2022-02-06 | Update README.md | 1 | -0/+15 | ||
2022-02-05 | Add unit test for toml imports | 2 | -0/+47 | ||
2022-02-05 | [TOML] Fix bug with [[arrays]] | 1 | -2/+5 | ||
2022-02-05 | Handle promise rejections in tests | 2 | -19/+35 | ||
2022-02-05 | Update resolve_path.zig | 1 | -37/+35 | ||
2022-02-05 | Always try to load bunfig.toml for `install`, `dev`, `bun`, `test` | 1 | -3/+25 | ||
2022-02-05 | () | 1 | -1/+1 | ||