You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true }); exports.UseBuiltInsOption = exports.TopLevelOptions = exports.ModulesOption = void 0; const TopLevelOptions = exports.TopLevelOptions = { configPath: "configPath", corejs: "corejs", debug: "debug", exclude: "exclude", forceAllTransforms: "forceAllTransforms", ignoreBrowserslistConfig: "ignoreBrowserslistConfig", include: "include", modules: "modules", shippedProposals: "shippedProposals", targets: "targets", useBuiltIns: "useBuiltIns", browserslistEnv: "browserslistEnv" }; { Object.assign(TopLevelOptions, { bugfixes: "bugfixes", loose: "loose", spec: "spec" }); } const ModulesOption = exports.ModulesOption = { false: false, auto: "auto", amd: "amd", commonjs: "commonjs", cjs: "cjs", systemjs: "systemjs", umd: "umd" }; const UseBuiltInsOption = exports.UseBuiltInsOption = { false: false, entry: "entry", usage: "usage" };
//# sourceMappingURL=options.js.map
|