Skip to content

Workiva/scip-dart

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2024
Aug 29, 2023
Nov 9, 2023
Dec 6, 2024
Dec 6, 2024
Dec 20, 2023
Jun 12, 2023
Sep 27, 2024
Apr 17, 2023
Jan 25, 2024
Jun 13, 2023
Jun 21, 2023
Feb 26, 2023
Apr 18, 2023
Nov 11, 2024
Dec 6, 2024

Repository files navigation

scip-dart

Implementation of a scip indexer for dart

Designed to be a replacement for lsif_indexer, with better coverage and reliability

Installation

dart pub global activate scip_dart

Usage

The following command will output a index.scip file

cd ./path/to/project/root
dart pub get
dart pub global run scip_dart ./

This file can be analyzed / displayed using the scip cli

scip print ./index.scip
scip snapshot

Analysis can be uploaded to sourcegraph using the src cli

src code-intl upload -file=index.scip -github-token="<your gh token>"