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 for filesGlob #343

Closed
thitemple opened this issue Sep 1, 2015 · 3 comments
Closed

Support for filesGlob #343

thitemple opened this issue Sep 1, 2015 · 3 comments

Comments

@thitemple
Copy link

It would be useful if the plugin had support for filesGlob attribute for the tsconfig.json file.
Like in Atom, we can have an filesGlob attribute like this:

    "filesGlob": [
        "./src/*.ts",
        "./test/unit/*.ts",
        "./typings/tsd.d.ts"
    ],

and it will scan the directories and add the files to files section.

Thanks

@hoanhtien
Copy link
Contributor

@mhegazy Can you comment on this?

@mhegazy
Copy link
Contributor

mhegazy commented Sep 1, 2015

The right thing is for the compiler to support it. then all editors will get it for free. that is better than having all editors to go support it independently.

We have a PR for this in microsoft/TypeScript#3232 that is incomplete, if some one is interested in picking that up, this will solve the underlying issue.

@zhengbli
Copy link
Contributor

Since there is already another PR at TypeScript repo, closing this.

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

No branches or pull requests

4 participants