Skip to content

noLib option doesn't work #32

@sedwards2009

Description

@sedwards2009

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions