Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-10 | Support named imports for json & toml files at runtime (#4783) | 1 | -0/+8 | ||
* Support named exports in json imports * Support named imports for `*.json` files * Remove stale comments * Don't export arrays as non-default * Add test for default exports * Don't break webpack --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
2022-09-05 | Move `generateObjectModuleSourceCode` to separate file to fix build error | 1 | -24/+2 | ||
2022-09-05 | `inline` | 1 | -1/+1 | ||
2022-09-05 | Missing #pragma once | 1 | -0/+2 | ||
2022-09-03 | Fix build error | 1 | -6/+5 | ||
2022-09-03 | Plugin API (#1199) | 1 | -0/+32 | ||
* Plugin API * Fix the bugs * Implement `"object"` loader Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> |