Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
972 bytes
|
Line | |
---|
1 | "use strict";
|
---|
2 |
|
---|
3 | Object.defineProperty(exports, "__esModule", {
|
---|
4 | value: true
|
---|
5 | });
|
---|
6 | exports.UseBuiltInsOption = exports.ModulesOption = exports.TopLevelOptions = void 0;
|
---|
7 | const TopLevelOptions = {
|
---|
8 | bugfixes: "bugfixes",
|
---|
9 | configPath: "configPath",
|
---|
10 | corejs: "corejs",
|
---|
11 | debug: "debug",
|
---|
12 | exclude: "exclude",
|
---|
13 | forceAllTransforms: "forceAllTransforms",
|
---|
14 | ignoreBrowserslistConfig: "ignoreBrowserslistConfig",
|
---|
15 | include: "include",
|
---|
16 | loose: "loose",
|
---|
17 | modules: "modules",
|
---|
18 | shippedProposals: "shippedProposals",
|
---|
19 | spec: "spec",
|
---|
20 | targets: "targets",
|
---|
21 | useBuiltIns: "useBuiltIns",
|
---|
22 | browserslistEnv: "browserslistEnv"
|
---|
23 | };
|
---|
24 | exports.TopLevelOptions = TopLevelOptions;
|
---|
25 | const ModulesOption = {
|
---|
26 | false: false,
|
---|
27 | auto: "auto",
|
---|
28 | amd: "amd",
|
---|
29 | commonjs: "commonjs",
|
---|
30 | cjs: "cjs",
|
---|
31 | systemjs: "systemjs",
|
---|
32 | umd: "umd"
|
---|
33 | };
|
---|
34 | exports.ModulesOption = ModulesOption;
|
---|
35 | const UseBuiltInsOption = {
|
---|
36 | false: false,
|
---|
37 | entry: "entry",
|
---|
38 | usage: "usage"
|
---|
39 | };
|
---|
40 | exports.UseBuiltInsOption = UseBuiltInsOption; |
---|
Note:
See
TracBrowser
for help on using the repository browser.