Skip to content

Commit 921fbdb

Browse files
committed
feat (wip): Update snippet search
1 parent 4545b12 commit 921fbdb

31 files changed

+1287
-1240
lines changed

packages/cli/src/fulltext/ref.ts

Lines changed: 0 additions & 14 deletions
This file was deleted.

packages/cli/src/rpc/explain/EventCollector.ts

Lines changed: 0 additions & 78 deletions
This file was deleted.

packages/cli/src/rpc/explain/LocationContextCollector.ts

Lines changed: 0 additions & 93 deletions
This file was deleted.

packages/cli/src/rpc/explain/SearchContextCollector.ts

Lines changed: 0 additions & 165 deletions
This file was deleted.

packages/cli/src/rpc/explain/appmap-location.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SearchRpc } from '@appland/rpc';
1+
import { SearchRpc } from "@appland/rpc";
22

33
export default function appmapLocation(appmap: string, event?: SearchRpc.EventMatch): string {
44
const appmapFile = [appmap, 'appmap.json'].join('.');

0 commit comments

Comments
 (0)