c638740906
* feat: new error map with unions, literal, and fbs * fix: bad type casting on type error * refactor: add comments, clean up edge cases * refactor: JSON.stringify, add colon for follow ups * refactor: bold file name in msg * fix: prefix union errors * test: new error mapping * refactor: clean up Required handling * test: required, fallthrough * chore: changeset * fix: out-of-date error msg * chore: stray console log * docs: revert to old error msg
8 lines
211 B
Markdown
8 lines
211 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Improve content collection error formatting:
|
|
- Bold the collection and entry that failed
|
|
- Consistently list the frontmatter key at the start of every error
|
|
- Rich errors for union types
|