11cb0ef41Sopenharmony_ci// Copyright 2017 the V8 project authors. All rights reserved.
21cb0ef41Sopenharmony_ci// Use of this source code is governed by a BSD-style license that can be
31cb0ef41Sopenharmony_ci// found in the LICENSE file.
41cb0ef41Sopenharmony_ci
51cb0ef41Sopenharmony_ciimport { ParseProcessor, ArgumentsProcessor } from "./parse-processor.mjs";
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciconst params = ArgumentsProcessor.process(arguments);
81cb0ef41Sopenharmony_ciconst parseProcessor = new ParseProcessor();
91cb0ef41Sopenharmony_ciawait parseProcessor.processLogFile(params.logFileName);
10