UNPKG

@rushstack/lockfile-explorer

Version:

Rush Lockfile Explorer: The UI for solving version conflicts quickly in a large monorepo

10 lines 693 B
"use strict"; // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. // See LICENSE in the project root for license information. Object.defineProperty(exports, "__esModule", { value: true }); const index_1 = require("@rushstack/terminal/lib/index"); const ExplorerCommandLineParser_1 = require("./cli/explorer/ExplorerCommandLineParser"); const terminal = new index_1.Terminal(new index_1.ConsoleTerminalProvider()); const parser = new ExplorerCommandLineParser_1.ExplorerCommandLineParser(terminal); parser.executeAsync().catch(console.error); // CommandLineParser.executeAsync() should never reject the promise //# sourceMappingURL=start-explorer.js.map