Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-08-20 | Remove unused code in internal scripts (#11769) | 1 | -70/+0 | ||
2023-07-18 | nit: use `node:` prefix everywhere (#7692) | 1 | -2/+2 | ||
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection | |||||
2022-04-02 | update prettier width (#2968) | 1 | -3/+12 | ||
2021-12-22 | Use accessible indentation (#2253) | 1 | -45/+45 | ||
2021-05-13 | Fix Svelte build output (#201) | 1 | -5/+5 | ||
* fix(#200): svelte build output * chore: add changeset | |||||
2021-05-03 | Format (#167) | 1 | -45/+46 | ||
2021-05-03 | Refactor `astro` export map, add `source-map-support` (#161) | 1 | -0/+60 | ||
* fix: add svelte plugin for esbuild, remove precompiled svelte components * refactor: public export map, public types * feat: add source-map-support to common code paths * chore: move new "exports" to "imports" map, add internal types * Include outPath in error logging for bad load status, and drop error stack (#163) * Include outPath in the error logging for bad load status * Discard error stack since it seems not useful * feat: improve build error logging * refactor: use object param for writeResult Co-authored-by: Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> |