UNPKG

721 BJavaScriptView Raw
1"use strict";
2/*
3 * Copyright (c) 2018, salesforce.com, inc.
4 * All rights reserved.
5 * SPDX-License-Identifier: BSD-3-Clause
6 * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause
7 */
8Object.defineProperty(exports, "__esModule", { value: true });
9const core = require("@salesforce/core");
10exports.core = core;
11const sfdxCommand_1 = require("./sfdxCommand");
12exports.Result = sfdxCommand_1.Result;
13exports.SfdxCommand = sfdxCommand_1.SfdxCommand;
14const sfdxFlags_1 = require("./sfdxFlags");
15exports.flags = sfdxFlags_1.flags;
16const ux_1 = require("./ux");
17exports.UX = ux_1.UX;
18core.Messages.importMessagesDirectory(__dirname);
19//# sourceMappingURL=exported.js.map
\No newline at end of file