We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38849f7 commit d05cdf4Copy full SHA for d05cdf4
extensions/ql-vscode/src/common/jsonl-reader.ts
@@ -1,5 +1,6 @@
1
import { stat } from "fs/promises";
2
import { createReadStream } from "fs-extra";
3
+import type { BaseLogger } from "./logging";
4
5
const doubleLineBreakRegexp = /\n\r?\n/;
6
0 commit comments