Skip to content

Fix #11650 add an error message for no source files parsing a tsconfig.json#11743

Merged
mhegazy merged 4 commits into
masterfrom
Fix11650
Oct 24, 2016
Merged

Fix #11650 add an error message for no source files parsing a tsconfig.json#11743
mhegazy merged 4 commits into
masterfrom
Fix11650

Conversation

@mhegazy

@mhegazy mhegazy commented Oct 20, 2016

Copy link
Copy Markdown
Contributor

Fixes #11650

Comment thread src/compiler/diagnosticMessages.json Outdated
"category": "Error",
"code": 18001
},
"No input files were found in config file: '{0}'. 'files' list is empty.": {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'files' list in config file '{0}' is empty.

Comment thread src/compiler/diagnosticMessages.json Outdated
"category": "Error",
"code": 18002
},
"No input files were found in config file: '{0}'. Here are the contents of include: {1} and exclude: {2} lists.": {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No inputs were found in config file '{0}'. Specified 'include' paths were '{1}' and 'exclude' paths were '{2}'.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

they are not really "specified" some of them are inferred.

@mhegazy

mhegazy commented Oct 21, 2016

Copy link
Copy Markdown
Contributor Author

@DanielRosenwasser any comments?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants