Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-18 | Starting to rewrite the router to fix some bugs and support catch-all + ↵ | 1 | -2/+7 | ||
optional routes | |||||
2021-09-21 | Fix the compiler errors | 1 | -1/+1 | ||
2021-09-21 | Parse "exports" field from package.json (WIP) | 1 | -0/+24 | ||
2021-09-20 | Fix parsing/printing unicode identifiers, switch to UTF-8 for prefilled ↵ | 1 | -10/+1 | ||
strings, remove eagerly loading identifier_name | |||||
2021-09-20 | Fix how error lines with strings are highlighted | 1 | -15/+30 | ||
2021-09-16 | Always bold ^ | 1 | -0/+2 | ||
2021-09-16 | Print absolute paths in log errors so that ctrl+click to open file in editor ↵ | 1 | -1/+1 | ||
works (depending on terminal) | |||||
2021-09-16 | Colorize build/resolve errors and add a ^ | 1 | -82/+123 | ||
2021-09-12 | Reduce number of allocations for serializing error messages | 1 | -15/+93 | ||
2021-09-03 | Fix logging in bun bun + bump | 1 | -15/+46 | ||
Former-commit-id: 19275a07342879d9b02b9d9527b762c8bfadb9e6 | |||||
2021-08-31 | Fallback, fragments, printer compat, better errors | 1 | -14/+53 | ||
Former-commit-id: 486e8c9d460eeebea024e96dbabcb7f2bfaffafb | |||||
2021-08-19 | Log level + onimportcss | 1 | -16/+46 | ||
Former-commit-id: 12ba9b9bc288573e3a5099adfa14c486c4cc980c | |||||
2021-08-17 | Ignore | 1 | -0/+36 | ||
Former-commit-id: b2c4fce705222612b0457481657db3f42db41d1c | |||||
2021-08-15 | Support multiple route dirs, fix bundling JSX, fix cjs bug, remove warning ↵ | 1 | -0/+2 | ||
about unbundled modules in speedy env, Former-commit-id: ae718dbd05397bed9bc49a77fae20de70b635e82 | |||||
2021-08-14 | lots | 1 | -1/+1 | ||
Former-commit-id: 0b8128cb3b4db02f9d33331b4c2c1b595156e6c8 | |||||
2021-08-10 | This is alot | 1 | -3/+15 | ||
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37 | |||||
2021-08-02 | fix errors | 1 | -2/+26 | ||
Former-commit-id: ac66d6af52f6a2340c57a957bed078f94a8cf8ed | |||||
2021-08-01 | hm | 1 | -1/+69 | ||
Former-commit-id: 0dc1c1a74b845d037326f4f2facd786924ca722e | |||||
2021-06-14 | extremely close!!!!! | 1 | -0/+45 | ||
Former-commit-id: 44fce3c5e800f3fb3fbc139a38f14eae9e0c0225 | |||||
2021-06-06 | WIP node module bundles | 1 | -17/+33 | ||
Former-commit-id: 797b2ff557542e9d318c953b840b102695711888 | |||||
2021-05-28 | keep lexer/loc | 1 | -2/+2 | ||
Former-commit-id: 2172f3c5e367e604349ad17866f7408ac259ca73 | |||||
2021-05-27 | Fix parsing await inside scopes that contain functions, return the ↵ | 1 | -0/+4 | ||
backtracking error in TypeScript Former-commit-id: 84ea80b813c8b3dffe7ccc112b10fb034f21ea30 | |||||
2021-05-18 | hm | 1 | -1/+5 | ||
Former-commit-id: 4d6a8f598afe29459f1b7b243daddaa4b395036f | |||||
2021-05-15 | lots | 1 | -1/+1 | ||
Former-commit-id: d8b1d296562a01800248bd1148bc4778225b436e | |||||
2021-05-13 | keep | 1 | -5/+1 | ||
Former-commit-id: 778c24f176bade5658bcf1de1fb130d236a76890 | |||||
2021-05-13 | various bug fixes | 1 | -9/+16 | ||
Former-commit-id: 87771ba895a2eb11b042a252fd1dff2a4dd54512 | |||||
2021-05-12 | That's all the errors?? | 1 | -20/+20 | ||
Former-commit-id: f9a74df73d2831bfdd8e6f1c0e5c999ea300fc0d | |||||
2021-05-12 | okay | 1 | -1/+3 | ||
Former-commit-id: 2c20d88e8d0cf66b32daceb942ba9bf8514f5705 | |||||
2021-05-11 | cool | 1 | -3/+19 | ||
Former-commit-id: cf4d0fe3b6bb8943cf7185a3f404df11d8f39b23 | |||||
2021-05-10 | asdasdasdasd | 1 | -3/+63 | ||
Former-commit-id: 2b3c0584c623486d8ab5dc838bb7ba861b4395d7 | |||||
2021-05-08 | Fix for loop initializer | 1 | -2/+2 | ||
Former-commit-id: 6b863d5d51f7f1bc293e56ed395fe4ad49174f63 | |||||
2021-05-07 | cool | 1 | -6/+2 | ||
Former-commit-id: 96ff169e46fcb43d5afbc9a6e2fde039e27e9d5f | |||||
2021-05-05 | I think that fixes the scopes bug | 1 | -11/+46 | ||
Former-commit-id: 2cbd4c9d809cff90dc4a2305c0acbaf46c3a1578 | |||||
2021-05-04 | * | 1 | -16/+16 | ||
Former-commit-id: 4c60accdc11bedacef2cbe8c65e35ab5e965408d | |||||
2021-05-01 | Assorted bugfixes but the next step really is porting tests and fixing | 1 | -0/+8 | ||
Former-commit-id: f59ec8d6c0c95217c1dc24e2ed2dc49aed122a68 | |||||
2021-04-30 | inching closure | 1 | -0/+9 | ||
Former-commit-id: 107310d785ee9dfbd258a1fc015976a76cdcef82 | |||||
2021-04-28 | wip | 1 | -3/+27 | ||
Former-commit-id: b37acf309c8f42d49dc47eea446f89a3dbe9f6e2 | |||||
2021-04-26 | lots | 1 | -6/+2 | ||
2021-04-25 | it prints true and false | 1 | -9/+16 | ||
2021-04-25 | little defines, little readme, json parser | 1 | -1/+17 | ||
2021-04-23 | starting the big function | 1 | -0/+8 | ||
2021-04-23 | for! | 1 | -0/+8 | ||
2021-04-23 | exports! | 1 | -0/+27 | ||
2021-04-22 | asopdk | 1 | -0/+8 | ||
2021-04-22 | a | 1 | -2/+13 | ||
2021-04-22 | wip | 1 | -1/+31 | ||
2021-04-21 | e_identifier!! | 1 | -2/+2 | ||
2021-04-21 | hm | 1 | -6/+14 | ||
2021-04-21 | wip | 1 | -1/+1 | ||
2021-04-20 | waip | 1 | -0/+4 | ||