Skip to content

Fixes exclude options#7145

Merged
DanielRosenwasser merged 1 commit into
microsoft:masterfrom
tinganho:exclude
Feb 19, 2016
Merged

Fixes exclude options#7145
DanielRosenwasser merged 1 commit into
microsoft:masterfrom
tinganho:exclude

Conversation

@tinganho

Copy link
Copy Markdown
Contributor

Fixes issue: #7126

DanielRosenwasser added a commit that referenced this pull request Feb 19, 2016
@DanielRosenwasser DanielRosenwasser merged commit 3663d40 into microsoft:master Feb 19, 2016
Comment thread src/compiler/tsc.ts
configurations.files = fileNames;
}
else {
configurations.exclude = ["node_modules"];

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you add outDir as well?

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.

Sure, what should be the value?

@mhegazy

mhegazy commented Feb 19, 2016

Copy link
Copy Markdown
Contributor

if outDir is specified, we should add it to the excludes. if not, nothing should be added.

@tinganho

Copy link
Copy Markdown
Contributor Author

Ok I submit a new PR tomorrow. Don't have time today.

@tinganho tinganho mentioned this pull request Feb 20, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
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