raggrep 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/main.js +30 -28
- package/dist/cli/main.js.map +9 -9
- package/dist/index.js +22 -23
- package/dist/index.js.map +8 -8
- package/dist/modules/language/typescript/index.d.ts +1 -1
- package/dist/modules/registry.d.ts +1 -1
- package/package.json +1 -1
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*
|
|
9
9
|
* Index location: .raggrep/index/language/typescript/
|
|
10
10
|
*/
|
|
11
|
-
import { IndexModule, IndexContext, SearchContext, SearchOptions, FileIndex, SearchResult, ModuleConfig } from
|
|
11
|
+
import { IndexModule, IndexContext, SearchContext, SearchOptions, FileIndex, SearchResult, ModuleConfig } from "../../../types";
|
|
12
12
|
/** Default minimum similarity score for search results */
|
|
13
13
|
export declare const DEFAULT_MIN_SCORE = 0.15;
|
|
14
14
|
/** Default number of results to return */
|