-
Notifications
You must be signed in to change notification settings - Fork 36
astro check --watch #473
Copy link
Copy link
Closed
Description
Body
- Accepted Date: 2-3-2023
- Reference Issues/Discussions: Feature Request: Add a `--watch` flag to `astro check` #436
- Implementation PR:
Summary
Add a --watch flag to astro check.
Background & Motivation
In development mode there isn't a way to know if your .astro files contain no errors, aside from editor feedback. If you use astro check you will know about errors, but might not see them until CI unless you remember to run the command before pushing.
Goals
- A way to check TS errors in
.astrofiles during development workflow.
Non-Goals
- Having errors reported in the UI. This could be a nice enhancement in the future but would come with some downsides (such as possibly slowing down dev) that we want to punt on.
Example
astro check --watchReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Implemented