summaryrefslogtreecommitdiff
path: root/scripts/utils/svelte-plugin.js (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-08-20Remove unused code in internal scripts (#11769)Gravatar Bjorn Lu 1-70/+0
2023-07-18nit: use `node:` prefix everywhere (#7692)Gravatar Erika 1-2/+2
* nit: use `node:` prefix everywhere * nit: fs/promises too * test: workaround issue in node builtin detection
2022-04-02update prettier width (#2968)Gravatar Fred K. Schott 1-3/+12
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-45/+45
2021-05-13Fix Svelte build output (#201)Gravatar Nate Moore 1-5/+5
* fix(#200): svelte build output * chore: add changeset
2021-05-03Format (#167)Gravatar Drew Powers 1-45/+46
2021-05-03Refactor `astro` export map, add `source-map-support` (#161)Gravatar Nate Moore 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>