Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-11-07 | [resolver] Fix race condition that can cause the elapsed counter to integer ↵ | 1 | -2/+6 | ||
overflow | |||||
2021-11-06 | [internal] Use a better timer for measuring parsing & resolving timings | 1 | -4/+6 | ||
2021-11-02 | [internal] Undo workspace commits, turns out it's not necessary for now | 1 | -20/+0 | ||
2021-11-02 | [bundler] Start detecting workspace roots | 1 | -1/+20 | ||
2021-10-26 | New subcommand: `bun run` run scripts in package.json really fast | 1 | -1/+76 | ||
2021-10-23 | Handle edgecase when returning errors | 1 | -1/+1 | ||
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + ↵ | 1 | -1/+3 | ||
optional routes | |||||
2021-10-10 | [fetch] Add support for gzip & deflate to the http client | 1 | -1/+1 | ||
Powered by Cloudflare's zlib fork | |||||
2021-10-06 | Add support for reading JSX config from tsconfig.json | 1 | -2/+12 | ||
2021-09-30 | Support remapping macro paths | 1 | -0/+7 | ||
2021-09-25 | Fix bug with resolving `"browser"` field in package.json | 1 | -1/+1 | ||
It was resolving from the parent directory of the result instead of the browser scope. | |||||
2021-09-24 | :shaved_ice: | 1 | -4/+8 | ||
2021-09-24 | @setCold | 1 | -0/+4 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 1 | -1824/+1804 | ||
2021-09-23 | Add a pointer to the parent package_json for a directory. This reduces ↵ | 1 | -22/+31 | ||
pointer chasing | |||||
2021-09-22 | Print how many lines of code was parsed in `bun bun` | 1 | -1/+0 | ||
2021-09-22 | package json exports seems to work now!!! | 1 | -8/+16 | ||
2021-09-21 | Fix the compiler errors | 1 | -1/+1 | ||
2021-09-21 | Resolve "exports" field in package.json (doesn't work yet) | 1 | -1/+95 | ||
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 | zig fmt | 1 | -4/+4 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -128/+311 | ||
paths for file entries | |||||
2021-09-12 | ok | 1 | -3/+9 | ||
2021-09-09 | currentjarred/fetch-experiment | 1 | -0/+2 | ||
2021-09-04 | Fixed memory leaks, but SSR is slower. Should move cleanup & restart steps ↵ | 1 | -59/+57 | ||
to a real idle timeout Former-commit-id: 9499ee3109cb336deb9380f0190631a30c9da51c | |||||
2021-09-02 | Fix tsconfig paths | 1 | -22/+37 | ||
Former-commit-id: 1ea6a0d624b0fc42acda9a81f214d06336b9271e | |||||
2021-09-02 | latest | 1 | -8/+33 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 | |||||
2021-09-02 | Fix UMD, fix PNPM, importing require'd modules in app code | 1 | -23/+66 | ||
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9 | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -6/+14 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-29 | latest | 1 | -29/+60 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-26 | better errors | 1 | -4/+39 | ||
Former-commit-id: a16d16ac2d649b3678d3baaa7a4641c7a56f5d6d | |||||
2021-08-25 | Fix scoped packages with `bun bun` | 1 | -3/+8 | ||
Former-commit-id: c29ff9ff602aeed4f9b19e4f003a20effcf70c0a | |||||
2021-08-25 | latest | 1 | -6/+45 | ||
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420 | |||||
2021-08-23 | Use mimalloc for a 10% boost | 1 | -59/+89 | ||
Former-commit-id: 044e11d720bc6742dc53b30b4e88e8be7e76c419 | |||||
2021-08-21 | Fix watcher when you move files/dirs around. It'll bust the cache and ↵ | 1 | -11/+25 | ||
recreate it (and leak memory) Former-commit-id: 8faf6127547411c1fdcee9e4e7440825f21ecd99 | |||||
2021-08-20 | Use the new Lock type | 1 | -1/+29 | ||
Former-commit-id: fcb04d39a1629047ab0a227c2992922725189ca7 | |||||
2021-08-17 | Support implicit bun-framework- package prefix | 1 | -0/+37 | ||
Former-commit-id: a525b9fb31e1b806ef91e1a464a93a607f2bbe32 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -6/+19 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | .env works | 1 | -1/+2 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-12 | FIx .jsb when bundling packages that have multiple nested package.json | 1 | -0/+14 | ||
Former-commit-id: 1567dafa8c7bbe97c34e42c86995bd193eeeb6d5 | |||||
2021-08-12 | Further reduce allocations in resolver | 1 | -4/+2 | ||
Former-commit-id: 8ec2529e5ac910e1c46b8e5b912e4a679ff4994c | |||||
2021-08-11 | Reduce resolver allocations | 1 | -10/+16 | ||
Former-commit-id: 3833d6059e1fe11590e60a5e2c11f19b2c7c48e2 | |||||
2021-08-10 | This is alot | 1 | -24/+84 | ||
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -6/+64 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb | |||||
2021-08-08 | Fix bug when resolving basePath | 1 | -1/+2 | ||
Former-commit-id: 361e1eef7ff766c0cd395bdbc75dbf1ed5689ce2 | |||||
2021-08-07 | getImportedStyles hook | 1 | -0/+2 | ||
Former-commit-id: 730eb465fb23bcfa23842f293712cfc2cf51d363 | |||||
2021-08-07 | Dynamic routes resolve! Just gotta pass query params to the JS correctly | 1 | -68/+1 | ||
Former-commit-id: 2c4d3184a4f06ba9dd7d27d653834589796ebd0f | |||||
2021-07-30 | little bit of errors, little bit of bytecode caching. neither finished | 1 | -0/+2 | ||
Former-commit-id: c774c395136d58330aa7cad7e9fa434bcef7d5c6 | |||||
2021-07-26 | Fix build issues | 1 | -2/+2 | ||
Former-commit-id: 5164b69b57e8c11666591823c5b83435facce5c8 | |||||
2021-07-13 | alright | 1 | -23/+68 | ||
Former-commit-id: ab73c7b323c222e5d1172c07036653ca98aa8e6b |