blob: 9e982dfd3c3d19f3f62f82b2e201442c55adcc39 [file] [log] [blame]
Blink Reformat4c46d092018-04-07 15:32:371// Copyright 2016 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
Tim van der Lippe5772b822020-02-03 12:26:204
Tim van der Lippe6d51bf02020-03-18 12:15:145import './RuntimeInstantiator.js';
6import './platform/platform.js';
Tim van der Lippe8bdbc7a2020-03-09 10:42:097import './worker_service/worker_service.js';
Tim van der Lippe5772b822020-02-03 12:26:208
Tim van der Lippe6d51bf02020-03-18 12:15:149import {startWorker} from './RuntimeInstantiator.js';
10
11startWorker('lighthouse_worker');