Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
Fixes https://github.com/oven-sh/bun/issues/1230 | |||||
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 | ||
Closes https://github.com/oven-sh/bun/issues/1045 | |||||
2022-07-15 | [parser] Fix symbol collision with require | 1 | -0/+6 | ||
Fixes https://github.com/oven-sh/bun/issues/674 Fixes https://github.com/oven-sh/bun/issues/382 | |||||
2022-07-10 | Update GitHub URL to match new repo URL (#547) | 1 | -2/+2 | ||
* Update repo URLs * GitHub URL update * Revert accidental URL changes | |||||
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 ↵ | 1 | -2/+3 | ||
strict mode" error message | |||||
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 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||
Former-commit-id: 818d0149312b07191340427e5b2990ae6d0cec94 | |||||
2021-05-01 | Assorted bugfixes but the next step really is porting tests and fixing | 1 | -48/+159 | ||
Former-commit-id: f59ec8d6c0c95217c1dc24e2ed2dc49aed122a68 | |||||
2021-04-30 | it prints end to end though doesn't work yet | 1 | -32/+192 | ||
Former-commit-id: 006ca4f13c0866ff843cc47046f5b7dce18635ef | |||||
2021-04-30 | inching closure | 1 | -47/+503 | ||
Former-commit-id: 107310d785ee9dfbd258a1fc015976a76cdcef82 | |||||
2021-04-30 | all in a days work | 1 | -11/+470 | ||
Former-commit-id: fd56d41c8e40734d849b579fd526f333112a1ee7 | |||||
2021-04-29 | ao[slk | 1 | -4/+71 | ||
Former-commit-id: daf9ea419b7eff365064d07b3fbd5b022e759233 | |||||
2021-04-29 | aoskdp | 1 | -15/+279 | ||
Former-commit-id: ac83057d08c86875ce524f481b5adf03262c9a0f | |||||
2021-04-29 | hm | 1 | -30/+1417 | ||
Former-commit-id: 2567243c8db7a60a5ba8ca7c662beca080cfa4f4 | |||||
2021-04-29 | asdasd | 1 | -10/+345 | ||
Former-commit-id: 4e3f680ac479552abd24f4d60d98a43d1ecb64c3 | |||||
2021-04-28 | wip | 1 | -271/+1043 | ||
Former-commit-id: b37acf309c8f42d49dc47eea446f89a3dbe9f6e2 | |||||
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 | ||
2021-04-23 | import! | 1 | -10/+294 | ||
2021-04-23 | for! | 1 | -1/+203 | ||
2021-04-23 | try catch finally | 1 | -1/+72 | ||
2021-04-23 | switch | 1 | -1/+48 | ||
2021-04-23 | with do while | 1 | -3/+36 | ||
2021-04-23 | if | 1 | -1/+22 | ||
2021-04-23 | var const | 1 | -5/+326 | ||