UNPKG

@rushstack/heft

Version:

Build all your JavaScript projects the same way: A way that works.

26 lines 1.14 kB
"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 }); exports.Constants = void 0; class Constants { } exports.Constants = Constants; Constants.projectConfigFolderName = 'config'; Constants.cacheFolderName = '.cache'; Constants.tempFolderName = 'temp'; Constants.heftConfigurationFilename = 'heft.json'; Constants.nodeServiceConfigurationFilename = 'node-service.json'; Constants.cleanParameterLongName = '--clean'; Constants.debugParameterLongName = '--debug'; Constants.localesParameterLongName = '--locales'; Constants.onlyParameterLongName = '--only'; Constants.productionParameterLongName = '--production'; Constants.toParameterLongName = '--to'; Constants.toExceptParameterLongName = '--to-except'; Constants.unmanagedParameterLongName = '--unmanaged'; Constants.verboseParameterLongName = '--verbose'; Constants.verboseParameterShortName = '-v'; Constants.maxParallelism = 100; Constants.heftPackageName = '@rushstack/heft'; //# sourceMappingURL=Constants.js.map