gitinspector icon indicating copy to clipboard operation
gitinspector copied to clipboard

Support for Typescript files (.ts)

Open SirMartin opened this issue 9 years ago • 4 comments

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

SirMartin avatar Apr 04 '16 13:04 SirMartin

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.

adam-waldenberg avatar May 31 '16 20:05 adam-waldenberg

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

tokkoro avatar Oct 03 '17 10:10 tokkoro

Scheduling this for 0.5.0

adam-waldenberg avatar Oct 19 '20 08:10 adam-waldenberg

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

fuhrmanator avatar Sep 08 '21 14:09 fuhrmanator