Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-08-17 | log error on respondWith rejection, | 9 | -15/+81 | |
2021-08-17 | fix endsWith | 1 | -13/+2 | |
2021-08-17 | Support implicit bun-framework- package prefix | 1 | -0/+37 | |
2021-08-17 | Fix JSX runtime when children are 0 | 3 | -12/+15 | |
2021-08-17 | v0.0.0-6 | 1 | -1/+1 | |
2021-08-17 | v0.0.0-5 | 1 | -2/+4 | |
2021-08-17 | alright thats the rename | 43 | -1964/+2401 | |
2021-08-16 | Update package.json | 1 | -1/+3 | |
2021-08-15 | A little less crashy | 3 | -2/+11 | |
2021-08-15 | rename to bun | 51 | -324/+444 | |
2021-08-15 | Support prepending to E.Arrow body | 1 | -4/+50 | |
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning a... | 23 | -183/+515 | |
2021-08-15 | Fix reconnect logic | 1 | -18/+43 | |
2021-08-14 | Fix comma | 1 | -2/+5 | |
2021-08-14 | fix defines | 10 | -162/+136 | |
2021-08-14 | .env works | 20 | -257/+1151 | |
2021-08-14 | Nested values and recursive nested values | 1 | -13/+123 | |
2021-08-14 | lots | 38 | -1487/+2880 | |
2021-08-13 | late | 21 | -154/+948 | |
2021-08-12 | Support tsconfig.json "paths" (instead of just "baseUrl") | 1 | -2/+2 | |
2021-08-12 | Support tsconfig.json "paths" (instead of just "baseUrl") | 1 | -1/+0 | |
2021-08-12 | FIx .jsb when bundling packages that have multiple nested package.json | 3 | -87/+57 | |
2021-08-12 | Further reduce allocations in resolver | 1 | -4/+2 | |
2021-08-12 | Fix __dirname and __pathname | 1 | -1/+24 | |
2021-08-11 | Reduce resolver allocations | 1 | -10/+16 | |
2021-08-11 | When there are errors while generating the .jsb, fail the build. | 4 | -34/+163 | |
2021-08-11 | Fix parser/printer bugs | 4 | -7/+28 | |
2021-08-11 | Add missing jsonStringify | 1 | -30/+79 | |
2021-08-11 | Fix incorrect error generated for shorthand properties with initializers | 1 | -1/+5 | |
2021-08-11 | Fix missing check for is_async in shorthand property check | 2 | -1/+3 | |
2021-08-11 | Fix two parser bugs | 3 | -2/+22 | |
2021-08-11 | Fix crash when require and import are on the same line | 1 | -1/+1 | |
2021-08-11 | wip | 7 | -4/+111 | |
2021-08-11 | go | 5 | -14/+136 | |
2021-08-11 | client-side entry point works and also generates a correct url on the server | 5 | -34/+346 | |
2021-08-10 | This is alot | 32 | -585/+1272 | |
2021-08-09 | Fix origin | 2 | -1/+5 | |
2021-08-09 | Split up + generate client & server bundles, support framework +router in Gen... | 35 | -1724/+2569 | |
2021-08-08 | Fix bug when resolving basePath | 1 | -1/+2 | |
2021-08-08 | Fix missing space when printing class expressions | 1 | -0/+1 | |
2021-08-08 | Fix infinite loop when class statements are missing an identifier. This may e... | 1 | -6/+15 | |
2021-08-08 | Fix export default in HMR | 1 | -27/+78 | |
2021-08-08 | More correctly choose the export_default default_name | 1 | -1/+36 | |
2021-08-08 | eqlComptime | 1 | -2/+2 | |
2021-08-07 | getImportedStyles hook | 11 | -19/+210 | |
2021-08-07 | SSR! | 6 | -49/+262 | |
2021-08-07 | Clean up logic for choosing when to use filesystem router or public dir | 5 | -146/+253 | |
2021-08-07 | Dynamic routes resolve! Just gotta pass query params to the JS correctly | 10 | -204/+241 | |
2021-08-06 | Query String parser with JS integration | 9 | -8/+866 | |
2021-08-05 | router almost works | 12 | -146/+244 |