unplugin-tailwindcss-mangle 5.1.3 → 5.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{core-C8BPj6VA.cjs → core-CKW7suJa.cjs} +1 -1
- package/dist/{core-ClSeSCtC.js → core-DkEmrnoN.js} +2 -2
- package/dist/esbuild.cjs +1 -1
- package/dist/esbuild.d.cts +1 -4
- package/dist/esbuild.d.ts +1 -4
- package/dist/esbuild.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -4
- package/dist/index.d.ts +1 -4
- package/dist/index.js +1 -1
- package/dist/loader.cjs +0 -1
- package/dist/nuxt.cjs +1 -1
- package/dist/nuxt.js +1 -1
- package/dist/rollup.cjs +1 -1
- package/dist/rollup.d.cts +1 -4
- package/dist/rollup.d.ts +1 -4
- package/dist/rollup.js +1 -1
- package/dist/utils.cjs +1 -1
- package/dist/utils.js +1 -1
- package/dist/vite.cjs +1 -1
- package/dist/vite.d.cts +1 -4
- package/dist/vite.d.ts +1 -4
- package/dist/vite.js +1 -1
- package/dist/webpack.cjs +1 -1
- package/dist/webpack.d.cts +1 -4
- package/dist/webpack.d.ts +1 -4
- package/dist/webpack.js +1 -1
- package/package.json +4 -4
- /package/dist/{utils-CT4s62m9.js → utils-Q_tk8olP.js} +0 -0
- /package/dist/{utils-DnTj6vm7.cjs → utils-oD9kPGI_.cjs} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_utils = require("./utils-
|
|
1
|
+
const require_utils = require("./utils-oD9kPGI_.cjs");
|
|
2
2
|
let _rollup_pluginutils = require("@rollup/pluginutils");
|
|
3
3
|
let _tailwindcss_mangle_core = require("@tailwindcss-mangle/core");
|
|
4
4
|
let is_css_request = require("is-css-request");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as getGroupedEntries, c as pluginName } from "./utils-
|
|
1
|
+
import { a as getGroupedEntries, c as pluginName } from "./utils-Q_tk8olP.js";
|
|
2
2
|
import path from "node:path";
|
|
3
3
|
import { fileURLToPath } from "node:url";
|
|
4
4
|
import { createFilter } from "@rollup/pluginutils";
|
|
@@ -6,7 +6,7 @@ import { Context, cssHandler, htmlHandler, jsHandler, svelteHandler, vueHandler
|
|
|
6
6
|
import { isCSSRequest } from "is-css-request";
|
|
7
7
|
import path$1 from "pathe";
|
|
8
8
|
import { createUnplugin } from "unplugin";
|
|
9
|
-
//#region ../../node_modules/.pnpm/tsdown@0.
|
|
9
|
+
//#region ../../node_modules/.pnpm/tsdown@0.22.2_tsx@4.22.4_typescript@6.0.3_unrun@0.2.37_synckit@0.11.13_/node_modules/tsdown/esm-shims.js
|
|
10
10
|
const getFilename = () => fileURLToPath(import.meta.url);
|
|
11
11
|
const getDirname = () => path.dirname(getFilename());
|
|
12
12
|
const __dirname = /* @__PURE__ */ getDirname();
|
package/dist/esbuild.cjs
CHANGED
package/dist/esbuild.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$esbuild from "esbuild";
|
|
3
|
-
|
|
4
1
|
//#region src/esbuild.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("esbuild").Plugin;
|
|
6
3
|
export = _default;
|
package/dist/esbuild.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$esbuild from "esbuild";
|
|
3
|
-
|
|
4
1
|
//#region src/esbuild.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("esbuild").Plugin;
|
|
6
3
|
//#endregion
|
|
7
4
|
export { _default as default };
|
package/dist/esbuild.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_core = require("./core-
|
|
1
|
+
const require_core = require("./core-CKW7suJa.cjs");
|
|
2
2
|
module.exports = require_core.unplugin;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$unplugin from "unplugin";
|
|
3
|
-
|
|
4
1
|
//#region src/core/plugin.d.ts
|
|
5
|
-
declare const unplugin:
|
|
2
|
+
declare const unplugin: import("unplugin").UnpluginInstance<import("@tailwindcss-mangle/config").TransformerOptions | undefined, boolean>;
|
|
6
3
|
export = unplugin;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import * as _$unplugin from "unplugin";
|
|
2
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
3
|
-
|
|
4
1
|
//#region src/core/plugin.d.ts
|
|
5
|
-
declare const unplugin:
|
|
2
|
+
declare const unplugin: import("unplugin").UnpluginInstance<import("@tailwindcss-mangle/config").TransformerOptions | undefined, boolean>;
|
|
6
3
|
//#endregion
|
|
7
4
|
export { unplugin as default };
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as unplugin } from "./core-
|
|
1
|
+
import { t as unplugin } from "./core-DkEmrnoN.js";
|
|
2
2
|
export { unplugin as default };
|
package/dist/loader.cjs
CHANGED
package/dist/nuxt.cjs
CHANGED
package/dist/nuxt.js
CHANGED
package/dist/rollup.cjs
CHANGED
package/dist/rollup.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$rollup from "rollup";
|
|
3
|
-
|
|
4
1
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("rollup").Plugin<any> | import("rollup").Plugin<any>[];
|
|
6
3
|
export = _default;
|
package/dist/rollup.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$rollup from "rollup";
|
|
3
|
-
|
|
4
1
|
//#region src/rollup.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("rollup").Plugin<any> | import("rollup").Plugin<any>[];
|
|
6
3
|
//#endregion
|
|
7
4
|
export { _default as default };
|
package/dist/rollup.js
CHANGED
package/dist/utils.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_utils = require("./utils-
|
|
2
|
+
const require_utils = require("./utils-oD9kPGI_.cjs");
|
|
3
3
|
let _tailwindcss_mangle_shared = require("@tailwindcss-mangle/shared");
|
|
4
4
|
Object.defineProperty(exports, "defaultMangleClassFilter", {
|
|
5
5
|
enumerable: true,
|
package/dist/utils.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as getGroupedEntries, i as getCacheDir, n as ensureDir, o as isMap, r as escapeStringRegexp, s as isRegexp, t as defaultMangleClassFilter } from "./utils-
|
|
1
|
+
import { a as getGroupedEntries, i as getCacheDir, n as ensureDir, o as isMap, r as escapeStringRegexp, s as isRegexp, t as defaultMangleClassFilter } from "./utils-Q_tk8olP.js";
|
|
2
2
|
export { defaultMangleClassFilter, ensureDir, escapeStringRegexp, getCacheDir, getGroupedEntries, isMap, isRegexp };
|
package/dist/vite.cjs
CHANGED
package/dist/vite.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$vite from "vite";
|
|
3
|
-
|
|
4
1
|
//#region src/vite.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("vite").Plugin<any> | import("vite").Plugin<any>[];
|
|
6
3
|
export = _default;
|
package/dist/vite.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$vite from "vite";
|
|
3
|
-
|
|
4
1
|
//#region src/vite.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("vite").Plugin<any> | import("vite").Plugin<any>[];
|
|
6
3
|
//#endregion
|
|
7
4
|
export { _default as default };
|
package/dist/vite.js
CHANGED
package/dist/webpack.cjs
CHANGED
package/dist/webpack.d.cts
CHANGED
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$webpack from "webpack";
|
|
3
|
-
|
|
4
1
|
//#region src/webpack.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("webpack").WebpackPluginInstance;
|
|
6
3
|
export = _default;
|
package/dist/webpack.d.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import * as _$_tailwindcss_mangle_config0 from "@tailwindcss-mangle/config";
|
|
2
|
-
import * as _$webpack from "webpack";
|
|
3
|
-
|
|
4
1
|
//#region src/webpack.d.ts
|
|
5
|
-
declare const _default: (options?:
|
|
2
|
+
declare const _default: (options?: import("@tailwindcss-mangle/config").TransformerOptions | undefined) => import("webpack").WebpackPluginInstance;
|
|
6
3
|
//#endregion
|
|
7
4
|
export { _default as default };
|
package/dist/webpack.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unplugin-tailwindcss-mangle",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.1.
|
|
4
|
+
"version": "5.1.4",
|
|
5
5
|
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"dist"
|
|
71
71
|
],
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@rollup/pluginutils": "^5.
|
|
73
|
+
"@rollup/pluginutils": "^5.4.0",
|
|
74
74
|
"is-css-request": "^1.0.1",
|
|
75
75
|
"magic-string": "^0.30.21",
|
|
76
76
|
"unplugin": "^3.0.0",
|
|
77
|
-
"@tailwindcss-mangle/config": "^7.0.
|
|
78
|
-
"@tailwindcss-mangle/core": "^5.1.
|
|
77
|
+
"@tailwindcss-mangle/config": "^7.0.2",
|
|
78
|
+
"@tailwindcss-mangle/core": "^5.1.5",
|
|
79
79
|
"@tailwindcss-mangle/shared": "^4.1.5"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
File without changes
|
|
File without changes
|