sourcegraph / srclib

srclib is a polyglot code analysis library, built for hackability. It consists of language analysis toolchains (currently for Go and Java, with Python, JavaScript, and Ruby in beta) with a common output format, and a CLI tool for running the analysis.
https://srclib.org
Other
942 stars 62 forks source link

Add typescript toolchain support #255

Closed toninorair closed 8 years ago

toninorair commented 8 years ago

TypeScript toolchain installation does not work (all others as well), I've tested solution and it works using address 'sourcegraph.com/github.com/sourcegraph/srclib-typescript' instead of 'sourcegraph.com/sourcegraph/srclib-typescript'. Committed without 'github.com' extract, someone needs to fix it for all toolchains.