-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
Support for wildcards in command line #911
Comments
Addresses microsoftgh-911.
Addresses microsoftgh-911.
Also seems like |
Correct, tsconfig doesn't currently support wildcards or globs. There are bugs already tracking the suggestion for that. |
related to glob support in tsconfig: #1927 |
How would one go about creating a test for this? I've found https://github.com/Microsoft/TypeScript/blob/master/tests/cases/unittests/matchFiles.ts, would something similar be applicable or is that too low-level? |
I do not think this file is used any more. looks like it was left there as a result of a bad merge. we should remove it. The unit tests are under src/harness. the one closest is https://github.com/Microsoft/TypeScript/blob/master/src/harness/unittests/commandLineParsing.ts that said, i think the importance of this issue is fairly low now. users have been using tsconfig.json, and we have not heard about this issue in over 2.5 years. so i would not spend much time on it. i think you can get better bang for your buck looking at other more recent issues. |
When I run tsc command I get file not found when using wildcards: |
Entering 2023, and we're exactly like 2014, amazing |
I find it hard to believe that Works Fine with individual files
Will not compile all files
|
It would be great if we could have wildcard support for files.
Currently we need to use unix commands.
There are also cases when we would like to have wildcards for multiple different folders
The text was updated successfully, but these errors were encountered: