brackets-typescript icon indicating copy to clipboard operation
brackets-typescript copied to clipboard

noLib option doesn't work

Open sedwards2009 opened this issue 11 years ago • 0 comments
trafficstars

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).

sedwards2009 avatar Aug 17 '14 14:08 sedwards2009