39 lines
1.4 KiB
Markdown
39 lines
1.4 KiB
Markdown
# @astrojs/check ✅
|
||
|
||
This package powers the `astro check` CLI command for running type checking and diagnostics in Astro projects.
|
||
|
||
This package's internal logic is powered by [the Astro language server](https://github.com/withastro/astro/blob/main/packages/language-tools/language-server/src/check.ts).
|
||
|
||
## Documentation
|
||
|
||
Read [the Astro type checking docs][docs].
|
||
|
||
## Support
|
||
|
||
- Get help in the [Astro Discord][discord]. Post questions in our `#support` forum, or visit our dedicated `#editors` channel to discuss current development and more!
|
||
|
||
- Submit bug reports and feature requests as [GitHub issues][issues].
|
||
|
||
## Contributing
|
||
|
||
This package is maintained by Astro's Core team. You're welcome to submit an issue or PR! These links will help you get started:
|
||
|
||
- [Contributor Manual][contributing]
|
||
- [Code of Conduct][coc]
|
||
- [Community Guide][community]
|
||
|
||
## License
|
||
|
||
MIT
|
||
|
||
Copyright (c) 2022–present [Astro][astro]
|
||
|
||
[astro]: https://astro.build/
|
||
[docs]: https://docs.astro.build/en/guides/typescript/#type-checking
|
||
[contributing]: https://github.com/withastro/astro/blob/main/packages/language-tools/CONTRIBUTING.md
|
||
[coc]: https://github.com/withastro/.github/blob/main/CODE_OF_CONDUCT.md
|
||
[community]: https://github.com/withastro/.github/blob/main/COMMUNITY_GUIDE.md
|
||
[discord]: https://astro.build/chat/
|
||
[issues]: https://github.com/withastro/astro/issues
|
||
[astro-integration]: https://docs.astro.build/en/guides/integrations/
|