Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-08-11 | When there are errors while generating the .jsb, fail the build. | 1 | -4/+7 | |
2021-08-11 | Fix parser/printer bugs | 1 | -1/+3 | |
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 | 1 | -1/+2 | |
2021-08-11 | Fix two parser bugs | 1 | -1/+16 | |
2021-08-11 | Fix crash when require and import are on the same line | 1 | -1/+1 | |
2021-08-10 | This is alot | 1 | -4/+4 | |
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-04 | Fix HMR undefined memory bug when the file doesn't import or export from anyt... | 1 | -37/+54 | |
2021-08-01 | hm | 1 | -5/+9 | |
2021-07-30 | little bit of errors, little bit of bytecode caching. neither finished | 1 | -0/+14 | |
2021-07-28 | esmodules work? | 1 | -65/+33 | |
2021-06-29 | Fix crash, fix detecting node_modules, fix undefined not being simplified | 1 | -2/+16 | |
2021-06-29 | alright now it crashes | 1 | -30/+63 | |
2021-06-27 | starting to work | 1 | -2/+10 | |
2021-06-24 | I like this direction | 1 | -1/+0 | |
2021-06-20 | Support live-reload and fallback | 1 | -12/+94 | |
2021-06-14 | HMR crashily works, started working on CSS Scanner | 1 | -1/+1 | |
2021-06-14 | extremely close!!!!! | 1 | -25/+466 | |
2021-06-12 | I think thats the JS part of HMR | 1 | -2/+39 | |
2021-06-11 | alright basic stuff works now. still bugs with JS parser | 1 | -7/+26 | |
2021-06-10 | We don't do the exports resolve step, so we must copy the namespace alias | 1 | -5/+10 | |
2021-06-10 | cool! | 1 | -20/+51 | |
2021-06-09 | Fix expression simplification bug | 1 | -6/+78 | |
2021-06-09 | ok | 1 | -7/+2 | |
2021-06-09 | lots | 1 | -4/+44 | |
2021-06-06 | Upgrade hash table | 1 | -2/+1 | |
2021-06-06 | WIP node module bundles | 1 | -79/+229 | |
2021-06-04 | Generate parser versions at compile time | 1 | -9667/+9690 | |
2021-06-02 | HTTP fixes + buffer stdout/in + a little HTTP caching | 1 | -4/+6 | |
2021-06-02 | JSX & CJS work end-to-end! | 1 | -122/+187 | |
2021-06-01 | wip | 1 | -123/+582 | |
2021-05-30 | Fix printing bugs | 1 | -7/+7 | |
2021-05-30 | cool | 1 | -1/+1 | |
2021-05-30 | Fix Define, JSX, use more pointers for property access to minimize calls to m... | 1 | -88/+72 | |
2021-05-30 | This'll do for now, I guess. | 1 | -2/+3 | |
2021-05-30 | This blocks approach seems to work | 1 | -413/+176 | |
2021-05-29 | Revert "WIP" | 1 | -9/+8 | |
2021-05-29 | WIP | 1 | -8/+9 | |
2021-05-29 | microp | 1 | -4/+8 | |
2021-05-28 | okay | 1 | -70/+74 | |
2021-05-28 | typo | 1 | -1/+1 | |
2021-05-28 | Fix integer overflow | 1 | -2/+2 | |
2021-05-28 | Remove legacy_octal_loc | 1 | -27/+6 | |
2021-05-27 | lists | 1 | -169/+335 | |
2021-05-27 | stmt experiment | 1 | -123/+197 | |
2021-05-27 | lots | 1 | -2/+2 |