Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-29 | import everything from "bun" where possible | 1 | -3/+3 | |
2022-11-20 | [jsx] Disable `jsxs` | 1 | -31/+46 | |
2022-11-10 | add ... switch case (#1482) | 1 | -0/+12 | |
2022-11-09 | Support TypeScript `satisfies` | 1 | -1/+2 | |
2022-11-07 | [JS Parser] Do not perform the visit pass if the parse pass had "tolerable" e... | 1 | -0/+15 | |
2022-11-06 | [TypeScript] Fix `export = value` | 1 | -0/+1 | |
2022-11-01 | typescript decorators round 2 (#1445) | 1 | -4/+221 | |
2022-09-27 | Fix potential crash when TS code has an unexpected ")" | 1 | -4/+4 | |
2022-09-26 | Add missing ignoreUsage call | 1 | -0/+1 | |
2022-09-21 | Fix `preact` & other "classic" jsx transforms, most likely | 1 | -20/+106 | |
2022-09-11 | Resolve rope strings in dynamic import paths | 1 | -1/+1 | |
2022-09-06 | preserve statements when generating a separate module for bun plugin | 1 | -2/+29 | |
2022-09-05 | Support async `onLoad` callbacks in `Bun.plugin` | 1 | -8/+60 | |
2022-09-03 | fixed is_export and added test cases (#1203) | 1 | -1/+0 | |
2022-08-20 | Fix crash on invalid JSX | 1 | -1/+1 | |
2022-08-10 | Update js_parser.zig | 1 | -1/+1 | |
2022-08-10 | [TS] Fix bug with `import Foo = require("bar")` | 1 | -12/+14 | |
2022-07-15 | [parser] Fix symbol collision with require | 1 | -0/+6 | |
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 1 | -2/+2 | |
2022-07-04 | Handle global require("string") | 1 | -1/+1 | |
2022-06-24 | Add dynamic require support | 1 | -100/+58 | |
2022-06-22 | [JS Parser] Fix undefined memory bug when printing an "cannot be used in stri... | 1 | -2/+3 | |
2022-06-10 | Update js_parser.zig | 1 | -21/+200 | |
2022-06-09 | Fix defaultProps with JSX optimization | 1 | -30/+39 | |
2022-06-07 | Web Streams API (#176) | 1 | -82/+393 | |
2022-05-20 | [solid] more progress, no fragments, but still not right | 1 | -217/+383 | |
2022-05-19 | woops | 1 | -1/+2 | |
2022-05-19 | [solid] Move the post-process JSX step | 1 | -452/+476 | |
2022-05-19 | move js_parser to src/ | 1 | -1/+18211 | |
2021-05-02 | classes work, excluding name and constructor/super | 1 | -10330/+1 | |
2021-05-01 | Assorted bugfixes but the next step really is porting tests and fixing | 1 | -48/+159 | |
2021-04-30 | it prints end to end though doesn't work yet | 1 | -32/+192 | |
2021-04-30 | inching closure | 1 | -47/+503 | |
2021-04-30 | all in a days work | 1 | -11/+470 | |
2021-04-29 | ao[slk | 1 | -4/+71 | |
2021-04-29 | aoskdp | 1 | -15/+279 | |
2021-04-29 | hm | 1 | -30/+1417 | |
2021-04-29 | asdasd | 1 | -10/+345 | |
2021-04-28 | wip | 1 | -271/+1043 | |
2021-04-27 | json works in CLI sort of | 1 | -2/+2 | |
2021-04-26 | lots | 1 | -1/+0 | |
2021-04-26 | wap | 1 | -2/+9 | |
2021-04-25 | it prints true and false | 1 | -7/+5 | |
2021-04-25 | little defines, little readme, json parser | 1 | -30/+28 | |
2021-04-24 | WIP | 1 | -8/+10 | |
2021-04-23 | wip | 1 | -3/+76 | |
2021-04-23 | starting the big function | 1 | -52/+535 | |
2021-04-23 | I believe those are the Stmt!!!!!! | 1 | -1/+222 | |
2021-04-23 | throw; debugger;{{{{{ | 1 | -3/+22 | |
2021-04-23 | return! !continue! !break | 1 | -3/+31 |