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.
		
		
		
		
		
			
		
			
				
					
					
						
							43 lines
						
					
					
						
							1010 B
						
					
					
				
			
		
		
	
	
							43 lines
						
					
					
						
							1010 B
						
					
					
				| "use strict";
 | |
| 
 | |
| Object.defineProperty(exports, "__esModule", {
 | |
|   value: true
 | |
| });
 | |
| exports.UseBuiltInsOption = exports.TopLevelOptions = exports.ModulesOption = void 0;
 | |
| const TopLevelOptions = {
 | |
|   bugfixes: "bugfixes",
 | |
|   configPath: "configPath",
 | |
|   corejs: "corejs",
 | |
|   debug: "debug",
 | |
|   exclude: "exclude",
 | |
|   forceAllTransforms: "forceAllTransforms",
 | |
|   ignoreBrowserslistConfig: "ignoreBrowserslistConfig",
 | |
|   include: "include",
 | |
|   loose: "loose",
 | |
|   modules: "modules",
 | |
|   shippedProposals: "shippedProposals",
 | |
|   spec: "spec",
 | |
|   targets: "targets",
 | |
|   useBuiltIns: "useBuiltIns",
 | |
|   browserslistEnv: "browserslistEnv"
 | |
| };
 | |
| exports.TopLevelOptions = TopLevelOptions;
 | |
| const ModulesOption = {
 | |
|   false: false,
 | |
|   auto: "auto",
 | |
|   amd: "amd",
 | |
|   commonjs: "commonjs",
 | |
|   cjs: "cjs",
 | |
|   systemjs: "systemjs",
 | |
|   umd: "umd"
 | |
| };
 | |
| exports.ModulesOption = ModulesOption;
 | |
| const UseBuiltInsOption = {
 | |
|   false: false,
 | |
|   entry: "entry",
 | |
|   usage: "usage"
 | |
| };
 | |
| exports.UseBuiltInsOption = UseBuiltInsOption;
 | |
| 
 | |
| //# sourceMappingURL=options.js.map
 |