Move log-insights/jsonl-reader.ts to /common/jsonl-reader.ts
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user