Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-27 | () | 1 | -1/+1 | ||
2021-09-27 | Add fetchCSV() example macro | 1 | -0/+46 | ||
2021-09-27 | Bump | 1 | -1/+1 | ||
2021-09-27 | Ignore leading invalid unicode characters in response bodies in Response.text() | 2 | -4/+10 | ||
2021-09-27 | Access object properties from macros | 2 | -4/+128 | ||
2021-09-27 | Fix bug in string eql check that was never used before | 1 | -1/+1 | ||
2021-09-27 | `u16` isn't big enough | 2 | -6/+10 | ||
2021-09-27 | Pass User-Agent in fetch() by default (but allow overriding) | 2 | -5/+26 | ||
2021-09-27 | Fix bug in URL parser | 1 | -12/+39 | ||
2021-09-27 | Fix typo in error | 1 | -1/+1 | ||
2021-09-27 | upgrade | 7 | -31/+15 | ||
2021-09-27 | Commit build | 3 | -3/+3 | ||
2021-09-27 | Merge branch 'jarred/ast-again'bun-v0.0.25 | 28 | -594/+2914 | ||
2021-09-27 | Set macros enabledjarred/ast-again | 1 | -1/+1 | ||
2021-09-27 | Bundling ignores macros | 1 | -14/+22 | ||
2021-09-27 | Add a few macros examples | 9 | -15/+117 | ||
2021-09-27 | bounds checking | 1 | -1/+1 | ||
2021-09-26 | Allow nested arrays | 2 | -27/+105 | ||
2021-09-26 | Fix getting object properties | 3 | -25/+63 | ||
2021-09-26 | Update `Bun.readFileAsBytes` and `Bun.readFile` to also accept an array of ↵ | 1 | -91/+143 | ||
filepaths to join For example: ``` Bun.readFileAsString([Bun.main, "../pages/hi.tsx"]); ``` | |||||
2021-09-26 | Add `JSArrayIterator`, don't call JSC::Options after JSC already loaded once ↵ | 2 | -9/+41 | ||
(that causes a crash) | |||||
2021-09-26 | Most of macro implementation | 7 | -97/+616 | ||
2021-09-26 | Basic macro impl | 14 | -629/+1576 | ||
2021-09-25 | Merge pull request #29 from alexkuz/patch-1 | 1 | -7/+16 | ||
2021-09-26 | Check requirements for the build | 1 | -7/+16 | ||
2021-09-25 | WIP | 3 | -107/+651 | ||
2021-09-25 | fix incorrect comment | 1 | -1/+1 | ||
2021-09-25 | Add .git | 1 | -2/+2 | ||
2021-09-25 | Snapshots & package.json | 16 | -8/+524 | ||
2021-09-25 | Add integration test that checks styled-components renders successfully and ↵bun-v0.0.24 | 4 | -1/+68 | ||
no incorrect unicode characters are present in the `style` tag | |||||
2021-09-25 | Bump version | 1 | -1/+1 | ||
2021-09-25 | Fix bug with resolving `"browser"` field in package.json | 1 | -1/+1 | ||
It was resolving from the parent directory of the result instead of the browser scope. | |||||
2021-09-25 | Fix lexing bug with the \f form feed character (used in Emotion & Styled ↵ | 1 | -1/+1 | ||
Components) | |||||
2021-09-25 | Fix crashing edgecase when both JSX automatic and JSX classic imports are ↵ | 1 | -28/+44 | ||
necessary and unbundled | |||||
2021-09-25 | Bump versionbun-v0.0.23 | 1 | -1/+1 | ||
2021-09-25 | Add integration test for <JSX key="foo" {...spread} onClick={() => {}} /> | 2 | -0/+21 | ||
2021-09-25 | Fix visiting bug when using JSX with a spread prop and a key and one of the ↵ | 1 | -10/+4 | ||
props is an anonymous function More specifically, Bun shouldn't be visiting the same properties more than once. That was the cause. | |||||
2021-09-24 | skeleton codebun-v0.0.22 | 9 | -219/+500 | ||
2021-09-24 | macro | 3 | -4/+681 | ||
2021-09-24 | :shaved_ice: | 1 | -4/+8 | ||
2021-09-24 | @setCold | 1 | -0/+4 | ||
2021-09-24 | Remove `cache_files` since it's not used and causes slower Bun compilation times | 8 | -5052/+4949 | ||
2021-09-24 | Update README.md | 1 | -1/+1 | ||
2021-09-24 | Update README.md | 1 | -1/+1 | ||
2021-09-24 | Update README.md | 1 | -0/+2 | ||
2021-09-24 | Update README.md | 1 | -1/+29 | ||
2021-09-23 | Update README.md | 1 | -1/+1 | ||
2021-09-23 | Update README.md | 1 | -1/+1 | ||
2021-09-23 | Update README.md | 1 | -2/+13 | ||
2021-09-23 | clarify | 1 | -4/+4 | ||