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

noLib option doesn't work #32

Open
sedwards2009 opened this issue Aug 17, 2014 · 0 comments
Open

noLib option doesn't work #32

sedwards2009 opened this issue Aug 17, 2014 · 0 comments

Comments

@sedwards2009
Copy link

Setting "noLib": true in my .brackets.json does not work. The default lib.d.ts is still used when analyzing my code.

I probed the code a little bit and noticed that the method TypeScriptProject.collectFiles is called two times when my project starts up. The first time it is called _this.config.noLib has the correct value true) shortly after it is called again and _this.config.noLib has the incorrect default value (false).

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

No branches or pull requests

1 participant