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 Typescript files (.ts) #108

Open
SirMartin opened this issue Apr 4, 2016 · 4 comments
Open

Support for Typescript files (.ts) #108

SirMartin opened this issue Apr 4, 2016 · 4 comments

Comments

@SirMartin
Copy link

It can be very useful add the support for typescript files, instead only plain javascript.

@adam-waldenberg
Copy link
Member

Sure. However, I have no experience with typescript, as I consider it nothing more than a gimmick (at least for now).

If you have good grasp on the grammar of the language, we do accept pull requests. You can read a short description on how to extend gitinspector with language support in issue #59.

@tokkoro
Copy link

tokkoro commented Oct 3, 2017

I made a pull request #160 for this one. This is my first pull request and all feedback is welcome.

@adam-waldenberg adam-waldenberg added this to the 0.5.0 milestone Oct 19, 2020
@adam-waldenberg
Copy link
Member

Scheduling this for 0.5.0

@fuhrmanator
Copy link

In the mean time, to analyze the TypeScript part of my projects, I do (in bash):

gitinspector -x 'file:^(?!(src))' -f ts,tsx path-to-project

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