Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-23 | Prepare for plugins | 1 | -24/+46 | ||
2022-09-06 | [Bun.plugin] Allow slashes in namespaces | 1 | -1/+1 | ||
2022-09-06 | Add `@` to acceptable namespace characters | 1 | -1/+1 | ||
2022-09-05 | [Bun.plugin] Clean up exception handling | 1 | -3/+2 | ||
2022-09-05 | Support async `onLoad` callbacks in `Bun.plugin` | 1 | -4/+2 | ||
2022-09-03 | Plugin API (#1199) | 1 | -0/+505 | ||
* Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |