Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Respect files/include/exclude options #4

Merged
merged 7 commits into from
Oct 1, 2021
Merged

Conversation

BenShelton
Copy link
Contributor

See #3

Previously every .vue file was included in the compilation, even if it did not fall within the scope of what was specified in the tsconfig. Now only the files specified (and their dependants) are checked.

This also reduces the need for an extra directory crawl to find the files which should speed up compilation.

This PR also introduces some unit tests to check the compilation.

@BenShelton BenShelton merged commit 4821e60 into master Oct 1, 2021
@BenShelton BenShelton deleted the respect-files-include branch October 1, 2021 09:41
@github-actions
Copy link

github-actions bot commented Oct 1, 2021

🎉 This PR is included in version 1.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@laurence-myers
Copy link

Thanks so much for implementing this! 😁 🎉

@BenShelton BenShelton mentioned this pull request Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants