File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,20 @@ src lsif upload -github-token='${{ secrets.GITHUB_TOKEN }}' -no-progress
57
57
For more examples, see the
58
58
[ Sourcegraph docs] ( https://docs.sourcegraph.com/code_intelligence/how-to/index_a_typescript_and_javascript_repository ) .
59
59
60
+ ## Migrating from lsif-node
61
+
62
+ Before creating scip-typescript, we used another TypeScript indexer called
63
+ [ lsif-node] ( https://github.com/sourcegraph/lsif-node ) . We recommend migrating
64
+ to scip-typescript if you are using lsif-node.
65
+
66
+ Follow the steps below to migrate from lsif-node to scip-typescript:
67
+
68
+ - Replace usages of the ` lsif-tsc -p ARGUMENTS ` command with ` scip-typescript index ARGUMENTS ` .
69
+ - Upgrade to the latest version of the ` src ` command-line interface, which you
70
+ can install via ` yarn global add @sourcegraph/src ` . It’s okay if the version
71
+ of your ` src ` command-line interface does not match the version of your
72
+ Sourcegraph instance.
73
+
60
74
## Contributing
61
75
62
76
See [ Development.md] ( ./Development.md ) for docs on how to work on this project.
You can’t perform that action at this time.
0 commit comments