diff options
author | 2021-11-18 17:42:07 -0700 | |
---|---|---|
committer | 2021-11-18 17:42:07 -0700 | |
commit | 8986d33bfcdf000d8b9867829c8a6d868712061c (patch) | |
tree | 6d4f71ba25952952880dd123f73c909ad39144ab /.changeset/two-ducks-sit.md | |
parent | 78b3371adbe829ccba45f3df67ead5c51be8fb9f (diff) | |
download | astro-8986d33bfcdf000d8b9867829c8a6d868712061c.tar.gz astro-8986d33bfcdf000d8b9867829c8a6d868712061c.tar.zst astro-8986d33bfcdf000d8b9867829c8a6d868712061c.zip |
Improve error messages (#1875)
* Fix error handling in correct scope
Also improve Vite IDs for better module graph lookups
* Improve code frame
* Add changeset
* maybeLoc can be undefined
* Add tests
Co-authored-by: Matthew Phillips <matthew@skypack.dev>
Diffstat (limited to '.changeset/two-ducks-sit.md')
-rw-r--r-- | .changeset/two-ducks-sit.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.changeset/two-ducks-sit.md b/.changeset/two-ducks-sit.md new file mode 100644 index 000000000..db2e259b6 --- /dev/null +++ b/.changeset/two-ducks-sit.md @@ -0,0 +1,6 @@ +--- +'astro': patch +'@astrojs/renderer-vue': patch +--- + +Improve error display |