Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-08-18 | etc | 4 | -8/+2 | |
2021-08-18 | Get most of the Next.js router working | 6 | -45/+600 | |
2021-08-17 | gitignore | 1 | -1/+1 | |
2021-08-17 | Ignore | 4 | -8/+45 | |
2021-08-17 | add some routing methods across hello-next | 6 | -36/+134 | |
2021-08-17 | Prettier http formatt | 1 | -10/+24 | |
2021-08-17 | v0.0.0-8 | 1 | -2/+6 | |
2021-08-17 | fix static dir | 1 | -0/+1 | |
2021-08-17 | static | 2 | -40/+101 | |
2021-08-17 | fix jsx | 5 | -27/+49 | |
2021-08-17 | add React.Children.only pollyfill | 9 | -5/+54 | |
2021-08-17 | Move bun-framework-next folder, add tsconfig.json | 15 | -3/+38 | |
2021-08-17 | Fix CSS bug, dont' run HMR code on server | 8 | -147/+13 | |
2021-08-17 | hello-next folder | 12 | -3/+321 | |
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 |