Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-24 | skeleton codebun-v0.0.22 | 1 | -6/+7 | ||
2021-09-24 | macro | 1 | -0/+78 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 1 | -2353/+2351 | ||
2021-09-23 | When bundling JSON, only use JSON.parse when the input is ASCII. | 1 | -15/+20 | ||
We don't want to add an extra pass over the input to convert it to UTF16. And JS engines storing strings as UTF-16 is more expensive anyway, so the runtime win here probably isn't as big (though open to evidence to the contrary!) | |||||
2021-09-23 | When bundling, parse the JSON to verify correctness, but print it as a ↵ | 1 | -2/+24 | ||
string for better runtime performance | |||||
2021-09-23 | Support `alwaysBundle` for workspace packages | 1 | -17/+180 | ||
2021-09-22 | Print how many lines of code was parsed in `bun bun` | 1 | -2/+14 | ||
2021-09-17 | Fix bugs with ESM -> CJS when not bundled | 1 | -6/+15 | ||
2021-09-15 | Remove most usages of anytype in js_ast.zig | 1 | -2/+2 | ||
2021-09-15 | Fix crash in `bun bun` | 1 | -24/+26 | ||
2021-09-12 | Fix "browser" map resolution, _almost_ fix symbol collisions, cache absolute ↵ | 1 | -80/+94 | ||
paths for file entries | |||||
2021-09-12 | Support importing Node.js fallback modules as ESM | 1 | -0/+8 | ||
2021-09-12 | Support bundling dynamically imported modules. | 1 | -220/+285 | ||
2021-09-11 | bun:error.js into separate module, ensure we don't include fast refresh in ↵ | 1 | -21/+58 | ||
Bun.js, log build errors to browser console, don't warn for node_modules, | |||||
2021-09-10 | Tweaks | 1 | -1/+1 | ||
2021-09-09 | currentjarred/fetch-experiment | 1 | -252/+316 | ||
2021-09-09 | fetc h!!! | 1 | -1/+9 | ||
2021-09-07 | WIP error css | 1 | -63/+13 | ||
Former-commit-id: 36f03bf491cf274f68361e334a706538464ee271 | |||||
2021-09-05 | such entitle | 1 | -1/+2 | ||
Former-commit-id: de26ae30116e3c13c48a710201a7da0817ffd9e5 | |||||
2021-09-05 | more mutexes | 1 | -11/+14 | ||
Former-commit-id: 52966012b4b74d24ab28a0c75740aef35fb75327 | |||||
2021-09-04 | Fixed memory leaks, but SSR is slower. Should move cleanup & restart steps ↵ | 1 | -9/+12 | ||
to a real idle timeout Former-commit-id: 9499ee3109cb336deb9380f0190631a30c9da51c | |||||
2021-09-03 | loggers gonna log | 1 | -12/+26 | ||
Former-commit-id: cbf0b6750fbee21df6a78231e7050307c9af1d96 | |||||
2021-09-02 | Ensure we log the file path when reading a file fails | 1 | -2/+11 | ||
Former-commit-id: 90f53eafb983bccd662c0329f031cef405bc80b0 | |||||
2021-09-02 | latest | 1 | -9/+46 | ||
Former-commit-id: 1086d4f894611c1171f57d9eaf82f9170e9de2d1 | |||||
2021-09-02 | Fix UMD, fix PNPM, importing require'd modules in app code | 1 | -18/+30 | ||
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9 | |||||
2021-08-31 | Add display name field to frameworks, improve logging, add counters, add | 1 | -16/+38 | ||
Former-commit-id: b2cf011b6c6405a786fe22367e1cd4e6c2c4c90f | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -38/+127 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-29 | latest | 1 | -214/+359 | ||
Former-commit-id: 096ec1222ad723d006b0151f10cb0c1b95e2bfd3 | |||||
2021-08-29 | Single-threaded mode | 1 | -1/+31 | ||
Former-commit-id: 8f49faa68bf1357bdf5f0574036fb17216c4edcd | |||||
2021-08-27 | Skip unused | 1 | -2/+2 | ||
Former-commit-id: 82de54e123f629bf3ca17df6d10151b32efb2409 | |||||
2021-08-26 | Fix unbundled imports | 1 | -1/+1 | ||
Former-commit-id: f221da115c1afcd136648c9683d8e9907005a128 | |||||
2021-08-26 | Fix file loader, automatically support CSS imports when a framework isn't set | 1 | -46/+102 | ||
Former-commit-id: 94750e5987ea8f6e4c946bfc06715e09a48c0eec | |||||
2021-08-25 | latest | 1 | -455/+273 | ||
Former-commit-id: f5600d123d3710e7ea80ff2b7c66d13382462420 | |||||
2021-08-23 | Fix resolve bug with mixed-case node_modules | 1 | -168/+306 | ||
Former-commit-id: 5bdae0ee491e28b49ceed6136f04e0c1feddc808 | |||||
2021-08-21 | Fix watcher when you move files/dirs around. It'll bust the cache and ↵ | 1 | -0/+20 | ||
recreate it (and leak memory) Former-commit-id: 8faf6127547411c1fdcee9e4e7440825f21ecd99 | |||||
2021-08-19 | Log level + onimportcss | 1 | -1/+5 | ||
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c | |||||
2021-08-17 | Ignore | 1 | -5/+5 | ||
Former-commit-id: b2c4fce705222612b0457481657db3f42db41d1c | |||||
2021-08-17 | alright thats the rename | 1 | -8/+2 | ||
Former-commit-id: 0faf61249e76382dfb1aa8721249474eae920753 | |||||
2021-08-15 | rename to bun | 1 | -5/+4 | ||
Former-commit-id: f982fc85fac3f0120e1851ad4027dd8413216439 | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -26/+131 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | fix defines | 1 | -0/+6 | ||
Former-commit-id: 12db22bc3f5875ee0c43d25f8247983967451c3f | |||||
2021-08-14 | .env works | 1 | -34/+112 | ||
Former-commit-id: 45ee7874f2c8566c3034743161031b0859423f41 | |||||
2021-08-13 | late | 1 | -5/+5 | ||
Former-commit-id: 1d598bb05a3bac62d86063125e1fe2962f0b5cc6 | |||||
2021-08-12 | Support tsconfig.json "paths" (instead of just "baseUrl") | 1 | -1/+0 | ||
Former-commit-id: 3780a0cbb033aa7524e220d247067e02af70d998 | |||||
2021-08-12 | FIx .jsb when bundling packages that have multiple nested package.json | 1 | -86/+42 | ||
Former-commit-id: 1567dafa8c7bbe97c34e42c86995bd193eeeb6d5 | |||||
2021-08-11 | When there are errors while generating the .jsb, fail the build. | 1 | -4/+108 | ||
Former-commit-id: 734f021602ac59aeaef9d7583a927ede94ab644a | |||||
2021-08-11 | go | 1 | -1/+1 | ||
Former-commit-id: d90f4747fe450c6f5d11d550df5117a9dca9962e | |||||
2021-08-11 | client-side entry point works and also generates a correct url on the server | 1 | -29/+268 | ||
Former-commit-id: 272e52f55e44e998b9238e4173de37bfc6a05a94 | |||||
2021-08-10 | This is alot | 1 | -189/+192 | ||
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37 | |||||
2021-08-09 | Split up + generate client & server bundles, support framework +router in ↵ | 1 | -42/+99 | ||
GenerateNodeModulesBundle , read framework from package.json + rename "publicURL" to "origin" + add import.meta.filepath Former-commit-id: 1e76ebb5375247231181ec19a6396c6acf4684fb |