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

Support the exclude property #145

Closed
ivogabe opened this issue Jun 4, 2015 · 2 comments
Closed

Support the exclude property #145

ivogabe opened this issue Jun 4, 2015 · 2 comments
Labels

Comments

@ivogabe
Copy link
Owner

ivogabe commented Jun 4, 2015

See microsoft/TypeScript#3188

@ivogabe ivogabe added the Bug label Jun 4, 2015
@ivogabe ivogabe closed this as completed in 7188e0f Jun 4, 2015
@jdiprizio
Copy link

Thanks for this but there are two issues with your implementation (as per the original referenced TypeScript pull request):

  • the property name is exclude and not excludes
  • it does not use glob patterns (unless I'm mistaken, your implementation requires values such as node_modules/** which are not supported by TypeScript's implementation)

@ivogabe
Copy link
Owner Author

ivogabe commented Sep 6, 2015

You're right about that, I've fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants