Age | Commit message (Expand) | Author | Files | Lines |
2022-01-19 | Bun.Transpiler – API for scanning imports/exports of JSX/TSX/TS/JS files | Jarred Sumner
| 1 | -7/+13 |
2022-01-19 | `fs.*Sync()`, `bun wiptest`, and More ™ (#106) | Jarred Sumner
| 1 | -20/+50 |
2022-01-05 | move some code around | Jarred Sumner
| 1 | -281/+6 |
2022-01-04 | Improve error handling when out of file handles | Jarred Sumner
| 1 | -4/+2 |
2022-01-02 | Update bundler.zig | Jarred Sumner
| 1 | -2/+3 |
2022-01-02 | copy: replace Bun with bun (#99) | luke miles
| 1 | -2/+2 |
2022-01-01 | [bun dev] Automatically set `origin` - improve support for proxying Bun | Jarred Sumner
| 1 | -3/+12 |
2021-12-30 | Upgrade to latest Zig, remove dependency on patched version of Zig (#96) | Jarred Sumner
| 1 | -69/+61 |
2021-12-27 | Prepare to run unit tests & remove some dead code (#92) | Jarred Sumner
| 1 | -1/+0 |
2021-12-26 | Fixes #90 | Jarred Sumner
| 1 | -10/+23 |
2021-12-24 | [bun bun] Improve error mesage when resolving entry point fails | Jarred Sumner
| 1 | -2/+8 |
2021-12-21 | Slightly less pointer chasing | Jarred SUmner
| 1 | -7/+13 |
2021-12-21 | --dump-limits flag to inspect what the max file descriptor & stack size is | Jarred Sumner
| 1 | -0/+1 |
2021-12-18 | cross-promotion | Jarred Sumner
| 1 | -2/+2 |
2021-12-16 | [bun install] Start add/remove command | Jarred Sumner
| 1 | -4/+6 |
2021-12-16 | Update bundler.zig | Jarred Sumner
| 1 | -1/+1 |
2021-12-16 | Enable top-level await in browsers | Jarred Sumner
| 1 | -1/+3 |
2021-12-16 | [bun bun] Fix a race condition introduced in #55ff681976f7bae5a428c409061991c... | Jarred Sumner
| 1 | -4/+7 |
2021-12-16 | [macros] Slightly improve error message if macros fail to load | Jarred Sumner
| 1 | -2/+7 |
2021-12-04 | [resolver] Do not throw on require()/import errors when they're caught (and i... | Jarred Sumner
| 1 | -51/+57 |
2021-11-06 | [internal] Use a better timer for measuring parsing & resolving timings | Jarred Sumner
| 1 | -5/+5 |
2021-11-02 | [bun bun] `alwaysBundled` packages should use their real paths | Jarred Sumner
| 1 | -2/+5 |
2021-10-30 | [Bun.js] Ensure we print in Latin1 mode | Jarred Sumner
| 1 | -0/+26 |
2021-10-30 | [Bun.js] Fix entry point to only call default if it was a CommonJS transforme... | Jarred Sumner
| 1 | -1/+1 |
2021-10-29 | [bun run] Support running JavaScript, TypeScript, JSX, and TSX files using Bu... | Jarred Sumner
| 1 | -0/+2 |
2021-10-25 | [JSON loader] Fix importing JSON in ESM modules | Jarred Sumner
| 1 | -1/+1 |
2021-10-25 | [.env loader] Add CLI flag to dump loaded environment variables as JSON | Jarred Sumner
| 1 | -0/+12 |
2021-10-23 | [internal] :scissors: dead code | Jarred Sumner
| 1 | -1/+0 |
2021-10-23 | [Bundler] When modules fail to resolve, continue building so that you can see... | Jarred Sumner
| 1 | -29/+111 |
2021-10-20 | rewrote most of the router | Jarred Sumner
| 1 | -5/+4 |
2021-10-06 | HTTP paths must resolve from ./$PROJECT_ROOT unless explicitly marked absolute. | Jarred Sumner
| 1 | -15/+15 |
2021-10-06 | Add support for reading JSX config from tsconfig.json | Jarred Sumner
| 1 | -2/+15 |
2021-10-05 | analytics is good enough for now | Jarred Sumner
| 1 | -2/+24 |
2021-10-05 | Add `BUN_DISABLE_ANALYTICS` flag to disable analytics and automatically disab... | Jarred Sumner
| 1 | -0/+3 |
2021-10-05 | Simple analytics | Jarred Sumner
| 1 | -0/+16 |
2021-10-04 | memfd experiment did not yield perf gains on Linuxjarred/fix-bunbun-on-wsl | Jarred SUmner
| 1 | -1/+1 |
2021-10-04 | Attempt to optimize `bun bun` on Linux by using memfd_create and copying the ... | Jarred Sumner
| 1 | -9/+6 |
2021-10-04 | Fix moving files across mount points | Jarred Sumner
| 1 | -1/+1 |
2021-10-04 | Improve Bun's performance by 5% | Jarred Sumner
| 1 | -8/+7 |
2021-10-02 | Linux works now. | Jarred SUmner
| 1 | -1/+1 |
2021-09-30 | Pass MacroContext in more places | Jarred Sumner
| 1 | -0/+16 |
2021-09-30 | Support remapping macro paths | Jarred Sumner
| 1 | -18/+37 |
2021-09-26 | Most of macro implementation | Jarred Sumner
| 1 | -0/+1 |
2021-09-24 | skeleton codebun-v0.0.22 | Jarred Sumner
| 1 | -6/+7 |
2021-09-24 | macro | Jarred Sumner
| 1 | -0/+78 |
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | Jarred Sumner
| 1 | -2353/+2351 |
2021-09-23 | When bundling JSON, only use JSON.parse when the input is ASCII. | Jarred Sumner
| 1 | -15/+20 |
2021-09-23 | When bundling, parse the JSON to verify correctness, but print it as a string... | Jarred Sumner
| 1 | -2/+24 |
2021-09-23 | Support `alwaysBundle` for workspace packages | Jarred Sumner
| 1 | -17/+180 |
2021-09-22 | Print how many lines of code was parsed in `bun bun` | Jarred Sumner
| 1 | -2/+14 |