Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-05-15 | handle printing missing expressions and add tests (#2872) | 1 | -35/+87 | |
2023-05-15 | More DCE | 1 | -27/+34 | |
2023-05-15 | Set more things to `const` | 1 | -13/+12 | |
2023-05-14 | wip | 1 | -3/+3 | |
2023-05-14 | Fix scope chain bug | 1 | -6/+5 | |
2023-05-12 | finish #2864 | 1 | -4/+3 | |
2023-05-12 | disable sloppy mode block level functions when not bundling (#2864) | 1 | -1/+6 | |
2023-05-12 | [bundler] Disable export star redirect code size optimization | 1 | -30/+52 | |
2023-05-12 | [bundler] Implement `export * from` code size optimization | 1 | -21/+36 | |
2023-05-12 | [bundler] Fix bug with `export default TypeScriptType` | 1 | -0/+3 | |
2023-05-12 | Fix regression | 1 | -5/+3 | |
2023-05-11 | Fix our tree shaking optimization | 1 | -48/+90 | |
2023-05-10 | make sure vars can be hoisted in catch scope (#2847) | 1 | -23/+34 | |
2023-05-10 | Fix test failure in scope order verification | 1 | -3/+6 | |
2023-05-10 | Fix assertion | 1 | -3/+5 | |
2023-05-10 | use member from parent scope when hoisting (#2840) | 1 | -1/+1 | |
2023-05-09 | fix catch scope var declarations (#2839) | 1 | -30/+26 | |
2023-05-08 | add the class name to the current scope | 1 | -0/+5 | |
2023-05-07 | Add tracy (#2817) | 1 | -13/+16 | |
2023-05-06 | :nail_care: | 1 | -8/+4 | |
2023-05-06 | Fixes #2811 | 1 | -2/+2 | |
2023-05-06 | [minifier] Rewrite equality check logic | 1 | -4/+4 | |
2023-05-04 | parse and visit catch body scope (#2796) | 1 | -10/+14 | |
2023-05-03 | Fix code splitting for server components | 1 | -1/+1 | |
2023-05-03 | re-enable our CJS optimization | 1 | -1/+6 | |
2023-05-02 | Use pretty | 1 | -1/+1 | |
2023-05-01 | Compress `let f; f=123` => `let f = 123;` | 1 | -0/+27 | |
2023-05-01 | Small improvement to minifier | 1 | -114/+114 | |
2023-05-01 | Fix some splitting bugs | 1 | -1/+2 | |
2023-04-30 | FIx esm -> cjs require interop with converted CJS | 1 | -1/+1 | |
2023-04-30 | Implement source maps (#2770) | 1 | -16/+18 | |
2023-04-29 | Fix a load order issue | 1 | -4/+14 | |
2023-04-27 | Add TODO note | 1 | -0/+2 | |
2023-04-26 | Wrap some things in minify_syntax flag | 1 | -31/+34 | |
2023-04-26 | Inline spreads of array literals | 1 | -0/+11 | |
2023-04-26 | ensure `super()` is not merged with adjacent statements (#2757) | 1 | -5/+14 | |
2023-04-26 | Fixes #2746 (#2748) | 1 | -1/+1 | |
2023-04-26 | Implement `file` loader in `Bun.build` (#2745) | 1 | -3/+11 | |
2023-04-25 | Fix error with --jsx-production in runtime | 1 | -23/+1 | |
2023-04-25 | Fixes #2738 | 1 | -2/+6 | |
2023-04-22 | Make `Bun.build` more reliable (#2718) | 1 | -2/+4 | |
2023-04-20 | Fix bug with merging adjacent vars | 1 | -1/+3 | |
2023-04-20 | Symbol minification (#2695) | 1 | -90/+247 | |
2023-04-20 | `with` body can be an expression | 1 | -2/+2 | |
2023-04-19 | Fix broken autocomplete | 1 | -3/+3 | |
2023-04-17 | Fix DCE bug with `new Foo()` when pure without arguments | 1 | -1/+9 | |
2023-04-17 | make sure `with` is parsed as a block (#2680) | 1 | -5/+1 | |
2023-04-17 | fix typescript decorators with index and number keys (#2677) | 1 | -2/+3 | |
2023-04-17 | more | 1 | -0/+60 | |
2023-04-17 | Fix dynamic require() | 1 | -0/+15 |