Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-02 | "path" module from Node.js implementation | 15 | -12/+875 | ||
2022-02-01 | Cleanup HTTP thread on idle | 1 | -5/+9 | ||
2022-02-01 | Limit the number of pooled objects | 12 | -14/+61 | ||
2022-02-01 | Fix biggest issue with HTTPS client! | 1 | -61/+70 | ||
2022-02-01 | wpi | 1 | -1/+1 | ||
2022-02-01 | partial read | 1 | -11/+18 | ||
2022-02-01 | Compile error | 1 | -1/+3 | ||
2022-02-01 | Set thread name | 2 | -11/+12 | ||
2022-02-01 | IO.Completion.slice() | 2 | -0/+44 | ||
2022-02-01 | new boringSSL integration almost works with TLS 1.3 | 6 | -178/+567 | ||
2022-02-01 | WIP | 5 | -157/+203 | ||
2022-02-01 | [linker] Fix bug with multiple JSX runtimes introduced in ↵ | 1 | -20/+5 | ||
5922ba29acab512ff0aab51e64199d86f148c020 | |||||
2022-02-01 | [path] Fix bug that occasionally caused relative paths to be missing the ↵ | 1 | -2/+2 | ||
leading character | |||||
2022-02-01 | [http] Fix assertion in favicon | 1 | -1/+2 | ||
2022-02-01 | [JS Printer] Fix printing edgecase with nested vars that use object ↵ | 2 | -1/+23 | ||
destructuring | |||||
2022-01-30 | `""` | 1 | -2/+5 | ||
2022-01-30 | [bun dev] Add error favicon | 1 | -0/+38 | ||
2022-01-30 | [bun dev] Support HTML files in either project root or `public` folder ↵ | 5 | -32/+181 | ||
(`static`) | |||||
2022-01-29 | Update bun-flavored-toml.md | 1 | -11/+1 | ||
2022-01-29 | Update Makefile | 1 | -0/+1 | ||
2022-01-29 | Slight tweaks to TOML parser | 3 | -13/+134 | ||
2022-01-29 | Bundle embedded fast refresh if using react and no fast refresh is found | 1 | -9/+16 | ||
2022-01-29 | Embed a favicon when none exists | 2 | -0/+30 | ||
2022-01-29 | cleanup | 3 | -6/+39 | ||
2022-01-29 | Enable Fast Refresh when not bundling | 1 | -9/+34 | ||
2022-01-29 | Embed React Fast Refresh in Bun | 14 | -80/+327 | ||
Fixes https://github.com/Jarred-Sumner/bun/issues/62 If the project has it's own copy of react fast refresh and is bundling, it will use that instead. | |||||
2022-01-29 | Handle null/undefined `module.exports` better | 1 | -4/+7 | ||
2022-01-29 | [JS Printer] Fix CJS <> ESM interop edgecase | 1 | -0/+7 | ||
For code like this: ```js module.exports = require("foo") ``` If `"foo"` is bundled, we should access it as the namespace reference from the bundle. Previously, we assumed it would be a property access. | |||||
2022-01-29 | Fix bug introduced in 97d17904 | 1 | -1/+1 | ||
2022-01-29 | Slice once | 1 | -5/+8 | ||
2022-01-29 | Tag imports | 2 | -0/+26 | ||
2022-01-28 | Update toml_lexer.zig | 1 | -1/+0 | ||
2022-01-28 | Implement TOML parser | 15 | -18/+2044 | ||
No Date/DateTime/Time/Local Time yet | |||||
2022-01-28 | Update AST layout to store capacity for items | 49 | -396/+513 | ||
We want to be able to push to the list | |||||
2022-01-28 | Update README.md | 1 | -1/+1 | ||
2022-01-28 | Update README.md | 1 | -4/+0 | ||
2022-01-28 | Update README.md | 1 | -6/+4 | ||
2022-01-28 | Update README.md | 1 | -8/+5 | ||
2022-01-28 | Update README.md | 1 | -30/+48 | ||
2022-01-28 | Update README.md | 1 | -2/+2 | ||
2022-01-28 | Update README.md | 1 | -0/+5 | ||
2022-01-28 | Add Bun.Transpiler doc to the readme | 1 | -0/+215 | ||
2022-01-27 | Automate clang version checking / code signing (#113) | 1 | -2/+14 | ||
2022-01-27 | Stop reading `"bun"` from package.json | 1 | -29/+0 | ||
cc @hanford | |||||
2022-01-27 | [bunfig] Implement config file format | 20 | -156/+667 | ||
2022-01-27 | Don't look like a crash when CLI args are missing | 1 | -0/+3 | ||
2022-01-27 | [cli] Add support for commands which optionally have one argument | 3 | -12/+22 | ||
2022-01-26 | Update Makefile | 1 | -1/+1 | ||
2022-01-26 | print file name on panic | 1 | -1/+1 | ||
2022-01-25 | merge | 2 | -1/+2 | ||