Move log-insights/jsonl-reader.ts to /common/jsonl-reader.ts

This commit is contained in:
Charis Kyriakou
2023-04-28 07:35:21 +00:00
parent 616e2be99b
commit 8b59c12701
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { SummaryEvent } from "./log-summary";
import { readJsonlFile } from "./jsonl-reader";
import { readJsonlFile } from "../common/jsonl-reader";
/**
* Callback interface used to report diagnostics from a log scanner.

View File

@@ -1,4 +1,4 @@
import { readJsonlFile } from "../log-insights/jsonl-reader";
import { readJsonlFile } from "../common/jsonl-reader";
// TODO(angelapwen): Only load in necessary information and
// location in bytes for this log to save memory.