@tailwindcss-mangle/core
Advanced tools
Comparing version 2.0.2 to 2.0.4
@@ -35,18 +35,2 @@ import * as postcss_lib_no_work_result from 'postcss/lib/no-work-result'; | ||
} | ||
interface ClassSetOutputOptions { | ||
filename: string; | ||
dir?: string; | ||
type: 'all' | 'partial'; | ||
} | ||
interface ClassMapOutputOptions { | ||
filename: string; | ||
dir?: string; | ||
} | ||
interface Options { | ||
classGenerator?: IClassGeneratorOptions; | ||
exclude?: string[]; | ||
include?: string[]; | ||
classSetOutput?: boolean | ClassSetOutputOptions; | ||
classMapOutput?: boolean | ClassMapOutputOptions; | ||
} | ||
@@ -67,2 +51,2 @@ declare function cssHandler(rawSource: string, options: ICssHandlerOptions): postcss.LazyResult | postcss_lib_no_work_result.default; | ||
export { ClassMapOutputOptions, ClassSetOutputOptions, IClassGeneratorContextItem, IClassGeneratorOptions, ICssHandlerOptions, IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, Options, cssHandler, handleValue, htmlHandler, jsHandler, preProcessJs }; | ||
export { IClassGeneratorContextItem, IClassGeneratorOptions, ICssHandlerOptions, IHandlerOptions, IHtmlHandlerOptions, IJsHandlerOptions, cssHandler, handleValue, htmlHandler, jsHandler, preProcessJs }; |
{ | ||
"name": "@tailwindcss-mangle/core", | ||
"version": "2.0.2", | ||
"version": "2.0.4", | ||
"description": "The core of tailwindcss-mangle", | ||
@@ -47,3 +47,3 @@ "exports": { | ||
"magic-string": "^0.30.2", | ||
"@tailwindcss-mangle/shared": "^2.0.0" | ||
"@tailwindcss-mangle/shared": "^2.0.4" | ||
}, | ||
@@ -50,0 +50,0 @@ "devDependencies": { |
49639
578
1490
+ Addedelectron-to-chromium@1.5.100(transitive)
- Removedelectron-to-chromium@1.5.101(transitive)