@grepai/cli 0.5.8 → 0.5.10
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/index.js +2 -5
- package/index.js.map +4 -4
- package/package.json +1 -1
- package/tree-sitter-tsx.wasm +0 -0
- package/tree-sitter-typescript.wasm +0 -0
- package/web-tree-sitter.wasm +0 -0
package/index.js
CHANGED
|
@@ -82042,9 +82042,6 @@ var Parser = class {
|
|
|
82042
82042
|
} else if (language.constructor === Language) {
|
|
82043
82043
|
address = language[0];
|
|
82044
82044
|
const version2 = C._ts_language_abi_version(address);
|
|
82045
|
-
if (version2 < MIN_COMPATIBLE_VERSION || LANGUAGE_VERSION < version2) {
|
|
82046
|
-
throw new Error(`Incompatible language version ${version2}. Compatibility range ${MIN_COMPATIBLE_VERSION} through ${LANGUAGE_VERSION}.`);
|
|
82047
|
-
}
|
|
82048
82045
|
this.language = language;
|
|
82049
82046
|
} else {
|
|
82050
82047
|
throw new Error("Argument must be a Language");
|
|
@@ -90693,11 +90690,11 @@ var program = gen2(function* () {
|
|
|
90693
90690
|
const command = exports_Command.make("grepai").pipe(exports_Command.withSubcommands([indexCommand, searchCommand]));
|
|
90694
90691
|
const cli = exports_Command.run(command, {
|
|
90695
90692
|
name: "GREP AI",
|
|
90696
|
-
version: "v0.5.
|
|
90693
|
+
version: "v0.5.9"
|
|
90697
90694
|
});
|
|
90698
90695
|
yield* cli(process.argv);
|
|
90699
90696
|
});
|
|
90700
90697
|
program.pipe(provide2(mergeAll5(GrepAi.Default).pipe(provideMerge2(Clack.Default), provideMerge2(exports_BunContext.layer))), exports_BunRuntime.runMain);
|
|
90701
90698
|
|
|
90702
|
-
//# debugId=
|
|
90699
|
+
//# debugId=903D8D718B4B8AD964756E2164756E21
|
|
90703
90700
|
//# sourceMappingURL=index.js.map
|