Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 | |
2021-08-05 | alright | 5 | -12/+7 | |
2021-08-05 | alright server-side reloading code works | 21 | -51/+268 | |
2021-08-05 | Fix SSR | 1 | -7/+11 | |
2021-08-04 | Fix node_modules.jsb loading in JSC | 2 | -2/+3 | |
2021-08-04 | Update headers | 3 | -7/+5 | |
2021-08-04 | Fix typo in runtime js code | 2 | -4/+4 | |
2021-08-04 | Fix potential crash when printing summary of node_modules.jsb without any pac... | 1 | -1/+1 | |
2021-08-04 | Fix incorrect module chosen | 2 | -4/+14 | |
2021-08-04 | cold | 2 | -0/+6 | |
2021-08-04 | Fix HMR undefined memory bug when the file doesn't import or export from anyt... | 1 | -37/+54 | |
2021-08-04 | Skip empty stack traces | 1 | -0/+1 | |
2021-08-04 | Better error message on assertion crash | 1 | -1/+20 | |
2021-08-03 | Pass allocatorreplace | 1 | -2/+10 | |
2021-08-03 | Pass allocator | 1 | -1/+1 | |
2021-08-03 | Update | 1 | -4/+6 | |
2021-08-03 | Fix | 1 | -1/+1 | |
2021-08-03 | Threader | 5 | -31/+66 | |
2021-08-03 | ok | 15 | -195/+336 | |
2021-08-02 | ok | 2 | -14/+4 | |
2021-08-02 | fix errorssome names | 6 | -12/+122 | |
2021-08-02 | fix errors | 18 | -939/+1355 | |
2021-08-02 | Lexer is not allowed to panic | 1 | -9/+16 | |
2021-08-01 | hm | 27 | -325/+1744 | |
2021-07-30 | little bit of errors, little bit of bytecode caching. neither finished | 27 | -827/+1669 |