sourcegraph / scip-typescript

SCIP indexer for TypeScript and JavaScript
Apache License 2.0
43 stars 17 forks source link

Special support for `tsconfig.*.json` files? #164

Open varungandhi-src opened 2 years ago

varungandhi-src commented 2 years ago

I'm not entirely sure what the expected semantics are; these mostly seems like normal tsconfig.json files except that some other tsconfig.json file may "extend" them (or vice-versa).

For example, tsconfig.base.json has lots of hits: https://sourcegraph.com/search?q=context:global+file:tsconfig.base.json&patternType=literal

Consider https://github.com/nextui-org/nextui as a concrete example. The repo has multiple packages and has:

macraig commented 2 years ago

lsif-node is now considered deprecated, please use https://github.com/sourcegraph/scip-typescript instead.

varungandhi-src commented 2 years ago

Re-opened, this is still applicable to scip-typescript.

youssef-tharwat commented 2 months ago

@varungandhi-src @macraig Any update on this?