Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-16 | Fix symbol name for cjs2esm | 1 | -0/+1 | ||
2021-09-16 | When port is in use, auto-increment port number up to 10 times and then bail ↵ | 1 | -7/+43 | ||
if all 10 are in use | |||||
2021-09-16 | Always bold ^ | 1 | -0/+2 | ||
2021-09-16 | Delete some dead code | 2 | -538/+0 | ||
2021-09-16 | Print absolute paths in log errors so that ctrl+click to open file in editor ↵ | 1 | -1/+1 | ||
works (depending on terminal) | |||||
2021-09-16 | Colorize build/resolve errors and add a ^ | 7 | -127/+210 | ||
2021-09-16 | Automatically rewrite TS import paths from .jsx? -> .tsx? when .jsx? is not ↵bun-v0.0.16 | 1 | -8/+10 | ||
found This was already partially implemented but it was returning filenames instead of absolute paths. This matches the behavior from https://github.com/microsoft/TypeScript/issues/4595. | |||||
2021-09-15 | Switch to 0.0.x instead of 0.0.0-x to fix the npm install issue | 2 | -2/+2 | ||
2021-09-15 | Fix require bug in runtime.js | 2 | -31/+10 | ||
2021-09-15 | Fix CJS symbol names | 1 | -11/+37 | ||
2021-09-15 | Remove most usages of anytype in js_ast.zig | 4 | -72/+74 | ||
2021-09-15 | Fix crash in `bun bun` | 1 | -24/+26 | ||
2021-09-15 | delete dead codebun-v0.0.0-11 | 1 | -243/+0 | ||
2021-09-15 | zig fmt | 7 | -35/+33 | ||
2021-09-15 | Big Heap: | 5 | -8/+6 | ||
2021-09-15 | Fix Bun on M1. | 2 | -3/+4 | ||
2021-09-15 | Warn when JIT is disabled | 6 | -3/+14 | ||
2021-09-14 | Fix build-generated typo | 1 | -31/+39 | ||
2021-09-14 | commit webkit update | 1 | -0/+0 | ||
2021-09-14 | Support installing bun from npm | 4 | -17/+36 | ||
2021-09-14 | Include build id in welcome notebun-v0.0.0-9bun-v0.0.0-8bun-v0.0.0-10 | 2 | -2/+2 | ||
2021-09-14 | Include a build idbun-build-8bun-build-build-8 | 2 | -3/+9 | ||
2021-09-14 | SPAs now work by default when there's a public/index.html file | 2 | -21/+118 | ||
2021-09-14 | Handle edgecase during SyntaxError that can lead to an out of bounds index ↵ | 1 | -0/+2 | ||
access when printing source code | |||||
2021-09-13 | Fix crashes when accessing request metadata | 3 | -19/+24 | ||
2021-09-13 | Feature flag auto_import_buffer since it's not fully implemented yetnot-quite-v0 | 2 | -19/+25 | ||
2021-09-13 | Good enough for now solution to symbol collision | 2 | -18/+58 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 12 | -462/+732 | ||
paths for file entries | |||||
2021-09-12 | ok | 5 | -20/+44 | ||
2021-09-12 | Fix panic handler to not double panic | 1 | -33/+20 | ||
2021-09-12 | Support importing Node.js fallback modules as ESM | 1 | -0/+8 | ||
2021-09-12 | Support bundling dynamically imported modules. | 8 | -305/+353 | ||
2021-09-12 | Fix CommonJS interop issue when, while linking, we find out the import is ↵ | 3 | -46/+131 | ||
possibly CommonJS | |||||
2021-09-12 | Reduce number of allocations for serializing error messages | 3 | -53/+125 | ||
2021-09-12 | Fix symbol collisions for JSX & React Refresh. Choose a JSX identifier based ↵ | 1 | -146/+332 | ||
on the user's JSX import source | |||||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 21 | -2256/+2540 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-10 | Tweaks | 2 | -4/+4 | ||
2021-09-10 | yay | 4 | -8/+10 | ||
2021-09-10 | filepath | 1 | -3/+2 | ||
2021-09-09 | currentjarred/fetch-experiment | 31 | -322/+682 | ||
2021-09-09 | fetc h!!! | 29 | -161/+6726 | ||
2021-09-08 | upgrade | 12 | -452/+46 | ||
2021-09-08 | Fixes for AARCH64: | 12 | -39/+126 | ||
2021-09-07 | up | 6 | -20/+29 | ||
2021-09-07 | lotta changes | 1 | -1/+1 | ||
2021-09-07 | WIP error css | 14 | -212/+440 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-06 | expose top level dir | 5 | -0/+23 | ||
Former-commit-id: 00c222c35a4460b21e095acc35a470fbb4778b19 | |||||
2021-09-06 | Always store the list of stylesheets | 1 | -4/+6 | ||
Former-commit-id: 867ebf04348439c48037e4944fef6d48a33555bd | |||||
2021-09-06 | Fix crashy bug | 1 | -2/+1 | ||
Former-commit-id: 76162477e0c315599b375dd2aba0acdc58864b59 | |||||
2021-09-05 | current | 1 | -1/+1 | ||
Former-commit-id: 8517ba72e79b75bf016c3fa66deb85fab9ff6554 |