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

Invalid combinations of --out, --outDir, and --rootDir should cause a compiler error. #3305

Open
paulvanbrenk opened this issue May 29, 2015 · 0 comments
Labels
Bug A bug in TypeScript Help Wanted You can do this
Milestone

Comments

@paulvanbrenk
Copy link
Contributor

When using invalid combinations of --out, --outDir, and --rootDir, the compiler currently doesn't report any errors, but emits files in 'random' locations. Further when you specify --rootDir without --outDir this is ignored as well.

Expected to get errors/warnings from the compiler in all those cases.

@paulvanbrenk paulvanbrenk added the Bug A bug in TypeScript label May 29, 2015
@mhegazy mhegazy added this to the TypeScript 1.6 milestone May 29, 2015
@mhegazy mhegazy self-assigned this May 29, 2015
@mhegazy mhegazy modified the milestones: Community, TypeScript 1.6 Jul 1, 2015
@mhegazy mhegazy added the Help Wanted You can do this label Jul 1, 2015
@mhegazy mhegazy removed their assignment Jul 1, 2015
@RyanCavanaugh RyanCavanaugh modified the milestones: Community, Backlog Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Help Wanted You can do this
Projects
None yet
Development

No branches or pull requests

3 participants