-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed as not planned
Labels
DeclinedThe issue was declined as something which matches the TypeScript visionThe issue was declined as something which matches the TypeScript visionSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
It would be great if we could have wildcard support for files.
tsc -w -m amd -t es5 **/*.tsCurrently we need to use unix commands.
find . -name "*.ts" | xargs tsc -w -m amd -t es5
There are also cases when we would like to have wildcards for multiple different folders
tsc -w -m amd -t es5 _generated/**/*.ts Typescript/**/*.tsfabienbranchel, ithinkihaveacat, hbulens, bertyhell and rr-alexander-belykh
Metadata
Metadata
Assignees
Labels
DeclinedThe issue was declined as something which matches the TypeScript visionThe issue was declined as something which matches the TypeScript visionSuggestionAn idea for TypeScriptAn idea for TypeScript