Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-08 | implement build api `define` and `loaders` (#2805) | 1 | -0/+4 | ||
* parse error logs * clean up types * remove --jsx-production. use NODE_ENV instead * add define to js api * add loaders to js api * fixups * sourcemap * typo fix * remove label, comment dir just for now * test tweaks * test work * make optional enums actually optional. allows `sourcemap: undefined` * overload host ram test * string tests * tests * test for 2815 * requested changes * sort this list * remove this test file now that it passes * oops * add --format * finish ts tests * doc typos related to define and loader | |||||
2023-05-06 | [Bun.build] Add error when an `onResolve` plugin returns a `namespace` which ↵ | 1 | -0/+7 | ||
has no loader | |||||
2023-05-06 | fix crash when there are lots of build errors | 1 | -3/+4 | ||
2023-04-29 | Fix plugin namespaces always being set to `"flie"` | 1 | -1/+1 | ||
2023-04-28 | bundler tests: rest of default.test.ts and starting jsx tests (#2765) | 1 | -2/+18 | ||
2023-04-25 | now it works | 1 | -7/+6 | ||
2023-04-25 | typo | 1 | -1/+3 | ||
2023-04-25 | Implement `onResolve` plugins in `Bun.build()`, support multiple onLoad and ↵ | 1 | -0/+418 | ||
onResolve plugins (#2739) * its 2023 * WIP `onResolve` plugins * more progress * it compiles * Lots of small fixes * Seems to work excluding entry points * Update BundlerPluginBuiltins.cpp --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |