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 | 1 | -11/+13 | |
2021-08-17 | alright thats the rename | 28 | -1954/+2376 | |
2021-08-15 | A little less crashy | 3 | -2/+11 | |
2021-08-15 | rename to bun | 27 | -158/+158 | |
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... | 18 | -102/+515 | |
2021-08-15 | Fix reconnect logic | 1 | -18/+43 | |
2021-08-14 | Fix comma | 1 | -2/+5 | |
2021-08-14 | fix defines | 7 | -151/+118 | |
2021-08-14 | .env works | 15 | -254/+1122 | |
2021-08-14 | Nested values and recursive nested values | 1 | -13/+123 | |
2021-08-14 | lots | 22 | -1442/+2719 | |
2021-08-13 | late | 13 | -61/+272 | |
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 | go | 4 | -14/+40 | |
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 | 22 | -542/+1175 | |
2021-08-09 | Fix origin | 2 | -1/+5 | |
2021-08-09 | Split up + generate client & server bundles, support framework +router in Gen... | 29 | -1722/+2487 | |
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 | 8 | -204/+223 | |
2021-08-06 | Query String parser with JS integration | 8 | -8/+865 | |
2021-08-05 | router almost works | 10 | -143/+233 | |
2021-08-05 | alright | 2 | -3/+2 | |
2021-08-05 | alright server-side reloading code works | 18 | -45/+262 | |
2021-08-05 | Fix SSR | 1 | -7/+11 | |
2021-08-04 | Fix node_modules.jsb loading in JSC | 2 | -2/+3 |