weapp-tailwindcss 5.0.0-next.27 → 5.0.0-next.28
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/{auto-DP-qtQzE.js → auto-TH1jG2UW.js} +1 -1
- package/dist/{bundle-state-7DRnJcJp.mjs → bundle-state-Bi-cQua6.mjs} +1 -1
- package/dist/{bundle-state-Nn90UQDa.js → bundle-state-Ct_8GcSR.js} +2 -2
- package/dist/{chunk-D6vf50IK.js → chunk-C5U5_Hdc.js} +14 -0
- package/dist/core.js +1 -1
- package/dist/core.mjs +1 -1
- package/dist/css-macro.js +3 -3
- package/dist/{defaults-C5w9OOrj.js → defaults-zKUH2mDe.js} +1 -1
- package/dist/defaults.js +1 -1
- package/dist/{generator-DRNbzjx5.js → generator-CrU-Ghc1.js} +10 -3
- package/dist/{generator-CbpjNxJh.mjs → generator-Qw-tZ0Z2.mjs} +8 -1
- package/dist/generator.js +2 -2
- package/dist/generator.mjs +1 -1
- package/dist/gulp.js +6 -6
- package/dist/gulp.mjs +2 -2
- package/dist/{incremental-runtime-class-set-C4JgSgRY.mjs → incremental-runtime-class-set-CYkXVVCL.mjs} +2 -2
- package/dist/{incremental-runtime-class-set-BQPhkSov.js → incremental-runtime-class-set-DPQEzllt.js} +4 -4
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/dist/{postcss-YetooK6S.mjs → postcss-C6zOQqlL.mjs} +1 -1
- package/dist/{postcss-Br1eOaFd.js → postcss-DAWf9D3C.js} +3 -3
- package/dist/postcss-html-transform.js +1 -1
- package/dist/postcss.js +1 -1
- package/dist/postcss.mjs +1 -1
- package/dist/{precheck-uG16Cqaj.mjs → precheck-D7K12zeX.mjs} +30 -5
- package/dist/{precheck-B6xigu7s.js → precheck-D7gJSmJz.js} +30 -5
- package/dist/presets.js +4 -4
- package/dist/reset.js +1 -1
- package/dist/{source-candidates-DeK5b9i9.js → source-candidates-DNM8iwXW.js} +2 -2
- package/dist/{tailwindcss-DEEtJf4u.js → tailwindcss-B-e2RiXr.js} +3 -3
- package/dist/{utils-nta4tfFs.js → utils-D7Ygohep.js} +1 -1
- package/dist/{v3-engine-B_33V3Lu.js → v3-engine-CHItlVq5.js} +2 -2
- package/dist/vite-CHYG-Lf6.js +24439 -0
- package/dist/vite-CmimsYBm.mjs +24425 -0
- package/dist/vite.js +1 -1
- package/dist/vite.mjs +1 -1
- package/dist/weapp-tw-css-import-rewrite-loader.js +8 -1
- package/dist/{webpack-BzPDhzSz.js → webpack-BguN8tQa.js} +9 -8
- package/dist/{webpack-BdrjJf41.mjs → webpack-ejGMOruE.mjs} +5 -4
- package/dist/webpack.js +1 -1
- package/dist/webpack.mjs +1 -1
- package/package.json +6 -6
- package/dist/vite-Bg18XZZc.js +0 -2565
- package/dist/vite-DOmiMftw.mjs +0 -2551
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { g as traverse, h as babelParse, o as Parser } from "./precheck-D7K12zeX.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import path from "node:path";
|
|
4
4
|
import process from "node:process";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_precheck = require("./precheck-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_precheck = require("./precheck-D7gJSmJz.js");
|
|
3
3
|
let node_module = require("node:module");
|
|
4
4
|
let node_path = require("node:path");
|
|
5
5
|
node_path = require_chunk.__toESM(node_path);
|
|
@@ -5,6 +5,8 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
9
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
8
10
|
var __copyProps = (to, from, except, desc) => {
|
|
9
11
|
if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
10
12
|
key = keys[i];
|
|
@@ -20,6 +22,18 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
20
22
|
enumerable: true
|
|
21
23
|
}) : target, mod));
|
|
22
24
|
//#endregion
|
|
25
|
+
Object.defineProperty(exports, "__commonJSMin", {
|
|
26
|
+
enumerable: true,
|
|
27
|
+
get: function() {
|
|
28
|
+
return __commonJSMin;
|
|
29
|
+
}
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "__esmMin", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function() {
|
|
34
|
+
return __esmMin;
|
|
35
|
+
}
|
|
36
|
+
});
|
|
23
37
|
Object.defineProperty(exports, "__toESM", {
|
|
24
38
|
enumerable: true,
|
|
25
39
|
get: function() {
|
package/dist/core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_precheck = require("./precheck-
|
|
2
|
+
const require_precheck = require("./precheck-D7gJSmJz.js");
|
|
3
3
|
let _weapp_tailwindcss_shared = require("@weapp-tailwindcss/shared");
|
|
4
4
|
//#region src/core.ts
|
|
5
5
|
const DEFAULT_MAIN_CHUNK_STYLE_OPTIONS = Object.freeze({ isMainChunk: true });
|
package/dist/core.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { b as ensureRuntimeClassSet, n as getCompilerContext, t as shouldSkipJsTransform, y as createTailwindRuntimeReadyPromise } from "./precheck-D7K12zeX.mjs";
|
|
2
2
|
import { defuOverrideArray } from "@weapp-tailwindcss/shared";
|
|
3
3
|
//#region src/core.ts
|
|
4
4
|
const DEFAULT_MAIN_CHUNK_STYLE_OPTIONS = Object.freeze({ isMainChunk: true });
|
package/dist/css-macro.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
2
|
const require_postcss = require("./postcss-CiYLsqZn.js");
|
|
3
|
-
const require_auto = require("./auto-
|
|
4
|
-
require("./utils-
|
|
3
|
+
const require_auto = require("./auto-TH1jG2UW.js");
|
|
4
|
+
require("./utils-D7Ygohep.js");
|
|
5
5
|
let tailwindcss_plugin = require("tailwindcss/plugin");
|
|
6
6
|
tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
|
|
7
7
|
let _weapp_tailwindcss_shared = require("@weapp-tailwindcss/shared");
|
package/dist/defaults.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_defaults = require("./defaults-
|
|
2
|
+
const require_defaults = require("./defaults-zKUH2mDe.js");
|
|
3
3
|
exports.TAILWIND_V3_CSS_PREFLIGHT = require_defaults.TAILWIND_V3_CSS_PREFLIGHT;
|
|
4
4
|
exports.TAILWIND_V4_CSS_PREFLIGHT = require_defaults.TAILWIND_V4_CSS_PREFLIGHT;
|
|
5
5
|
exports.getDefaultCssPreflight = require_defaults.getDefaultCssPreflight;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
3
|
let node_process = require("node:process");
|
|
4
4
|
node_process = require_chunk.__toESM(node_process);
|
|
5
5
|
//#region src/generator/options.ts
|
|
@@ -16,6 +16,13 @@ function isUniWebPlatform(value) {
|
|
|
16
16
|
const normalized = value?.trim().toLowerCase();
|
|
17
17
|
return normalized === "h5" || normalized?.startsWith("web") === true;
|
|
18
18
|
}
|
|
19
|
+
function isUniAppWebViewPlatform(value) {
|
|
20
|
+
const normalized = value?.trim().toLowerCase();
|
|
21
|
+
return normalized === "app" || normalized === "app-plus";
|
|
22
|
+
}
|
|
23
|
+
function isUniNativeAppPlatform(value) {
|
|
24
|
+
return (value?.trim().toLowerCase())?.startsWith("app-") === true;
|
|
25
|
+
}
|
|
19
26
|
function isMpxWebPlatform(value) {
|
|
20
27
|
return value?.trim().toLowerCase() === "web";
|
|
21
28
|
}
|
|
@@ -24,7 +31,7 @@ function inferGeneratorTargetFromEnv() {
|
|
|
24
31
|
const target = normalizeGeneratorTargetValue(getEnvValue(key));
|
|
25
32
|
if (target !== void 0) return target;
|
|
26
33
|
}
|
|
27
|
-
if (uniWebPlatformEnvKeys.some((key) => isUniWebPlatform(getEnvValue(key))) || mpxWebPlatformEnvKeys.some((key) => isMpxWebPlatform(getEnvValue(key))) || getEnvValue("TARO_ENV") === "h5") return "web";
|
|
34
|
+
if (uniWebPlatformEnvKeys.some((key) => isUniWebPlatform(getEnvValue(key))) || isUniAppWebViewPlatform(getEnvValue("UNI_PLATFORM")) && !isUniNativeAppPlatform(getEnvValue("UNI_UTS_PLATFORM")) || mpxWebPlatformEnvKeys.some((key) => isMpxWebPlatform(getEnvValue(key))) || getEnvValue("TARO_ENV") === "h5") return "web";
|
|
28
35
|
return "weapp";
|
|
29
36
|
}
|
|
30
37
|
function normalizeWeappTailwindcssGeneratorOptions(options) {
|
|
@@ -14,6 +14,13 @@ function isUniWebPlatform(value) {
|
|
|
14
14
|
const normalized = value?.trim().toLowerCase();
|
|
15
15
|
return normalized === "h5" || normalized?.startsWith("web") === true;
|
|
16
16
|
}
|
|
17
|
+
function isUniAppWebViewPlatform(value) {
|
|
18
|
+
const normalized = value?.trim().toLowerCase();
|
|
19
|
+
return normalized === "app" || normalized === "app-plus";
|
|
20
|
+
}
|
|
21
|
+
function isUniNativeAppPlatform(value) {
|
|
22
|
+
return (value?.trim().toLowerCase())?.startsWith("app-") === true;
|
|
23
|
+
}
|
|
17
24
|
function isMpxWebPlatform(value) {
|
|
18
25
|
return value?.trim().toLowerCase() === "web";
|
|
19
26
|
}
|
|
@@ -22,7 +29,7 @@ function inferGeneratorTargetFromEnv() {
|
|
|
22
29
|
const target = normalizeGeneratorTargetValue(getEnvValue(key));
|
|
23
30
|
if (target !== void 0) return target;
|
|
24
31
|
}
|
|
25
|
-
if (uniWebPlatformEnvKeys.some((key) => isUniWebPlatform(getEnvValue(key))) || mpxWebPlatformEnvKeys.some((key) => isMpxWebPlatform(getEnvValue(key))) || getEnvValue("TARO_ENV") === "h5") return "web";
|
|
32
|
+
if (uniWebPlatformEnvKeys.some((key) => isUniWebPlatform(getEnvValue(key))) || isUniAppWebViewPlatform(getEnvValue("UNI_PLATFORM")) && !isUniNativeAppPlatform(getEnvValue("UNI_UTS_PLATFORM")) || mpxWebPlatformEnvKeys.some((key) => isMpxWebPlatform(getEnvValue(key))) || getEnvValue("TARO_ENV") === "h5") return "web";
|
|
26
33
|
return "weapp";
|
|
27
34
|
}
|
|
28
35
|
function normalizeWeappTailwindcssGeneratorOptions(options) {
|
package/dist/generator.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
3
|
-
const require_generator = require("./generator-
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
|
+
const require_generator = require("./generator-CrU-Ghc1.js");
|
|
4
4
|
let tailwindcss_patch = require("tailwindcss-patch");
|
|
5
5
|
exports.createWeappTailwindcssGenerator = require_generator.createWeappTailwindcssGenerator;
|
|
6
6
|
exports.createWeappTailwindcssGeneratorFromPatcher = require_generator.createWeappTailwindcssGeneratorFromPatcher;
|
package/dist/generator.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { S as resolveTailwindV4SourceOptionsFromPatcher, T as transformTailwindV4CssToWeapp, a as transformTailwindV3CssByTarget, b as resolveTailwindV4SourceFromPatchOptions, n as resolveTailwindV3SourceFromPatcher, o as transformTailwindV3CssToWeapp, r as resolveTailwindV3SourceOptionsFromPatcher, t as resolveTailwindV3Source, w as transformTailwindV4CssByTarget, x as resolveTailwindV4SourceFromPatcher, y as resolveTailwindV4Source } from "./v3-engine-DcvCCHfs.mjs";
|
|
2
|
-
import { i as normalizeWeappTailwindcssGeneratorOptions, n as createWeappTailwindcssGeneratorFromPatcher, r as resolveTailwindSourceFromPatcher, t as createWeappTailwindcssGenerator } from "./generator-
|
|
2
|
+
import { i as normalizeWeappTailwindcssGeneratorOptions, n as createWeappTailwindcssGeneratorFromPatcher, r as resolveTailwindSourceFromPatcher, t as createWeappTailwindcssGenerator } from "./generator-Qw-tZ0Z2.mjs";
|
|
3
3
|
export { createWeappTailwindcssGenerator, createWeappTailwindcssGeneratorFromPatcher, normalizeWeappTailwindcssGeneratorOptions, resolveTailwindSourceFromPatcher, resolveTailwindV3Source, resolveTailwindV3SourceFromPatcher, resolveTailwindV3SourceOptionsFromPatcher, resolveTailwindV4Source, resolveTailwindV4SourceFromPatchOptions, resolveTailwindV4SourceFromPatcher, resolveTailwindV4SourceOptionsFromPatcher, transformTailwindV3CssByTarget, transformTailwindV3CssToWeapp, transformTailwindV4CssByTarget, transformTailwindV4CssToWeapp };
|
package/dist/gulp.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_chunk = require("./chunk-
|
|
3
|
-
const require_v3_engine = require("./v3-engine-
|
|
4
|
-
const require_incremental_runtime_class_set = require("./incremental-runtime-class-set-
|
|
5
|
-
const require_precheck = require("./precheck-
|
|
6
|
-
const require_tailwindcss = require("./tailwindcss-
|
|
7
|
-
const require_source_candidates = require("./source-candidates-
|
|
2
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
3
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
4
|
+
const require_incremental_runtime_class_set = require("./incremental-runtime-class-set-DPQEzllt.js");
|
|
5
|
+
const require_precheck = require("./precheck-D7gJSmJz.js");
|
|
6
|
+
const require_tailwindcss = require("./tailwindcss-B-e2RiXr.js");
|
|
7
|
+
const require_source_candidates = require("./source-candidates-DNM8iwXW.js");
|
|
8
8
|
let node_fs = require("node:fs");
|
|
9
9
|
node_fs = require_chunk.__toESM(node_fs);
|
|
10
10
|
let node_path = require("node:path");
|
package/dist/gulp.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { b as ensureRuntimeClassSet, n as getCompilerContext, t as shouldSkipJsTransform, y as createTailwindRuntimeReadyPromise } from "./precheck-D7K12zeX.mjs";
|
|
1
2
|
import { B as createDebug, _ as resolveViteSourceScanEntries, l as getRuntimeClassSetSignature } from "./v3-engine-DcvCCHfs.mjs";
|
|
2
|
-
import { i as generateCssByGenerator, l as normalizeTailwindSourceForGenerator, o as processCachedTask, r as emitHmrTiming, s as hasTailwindRootDirectives, t as createBundleRuntimeClassSetManager } from "./incremental-runtime-class-set-
|
|
3
|
-
import { n as getCompilerContext, t as shouldSkipJsTransform, v as createTailwindRuntimeReadyPromise, y as ensureRuntimeClassSet } from "./precheck-uG16Cqaj.mjs";
|
|
3
|
+
import { i as generateCssByGenerator, l as normalizeTailwindSourceForGenerator, o as processCachedTask, r as emitHmrTiming, s as hasTailwindRootDirectives, t as createBundleRuntimeClassSetManager } from "./incremental-runtime-class-set-CYkXVVCL.mjs";
|
|
4
4
|
import { c as upsertTailwindV4CssSource, s as hasConfiguredTailwindV4CssRoots } from "./tailwindcss-C7dJHZ0G.mjs";
|
|
5
5
|
import { t as createSourceCandidateCollector } from "./source-candidates-CX2ozpKM.mjs";
|
|
6
6
|
import fs from "node:fs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { m as replaceWxml, r as resolveStyleOptionsFromContext } from "./precheck-D7K12zeX.mjs";
|
|
1
2
|
import { B as createDebug, D as loadTailwindV4DesignSystem, E as filterUnsupportedMiniProgramTailwindV4Candidates, R as resolveTailwindV4CssSourceBase, S as resolveTailwindV4SourceOptionsFromPatcher, h as resolveTailwindV4EntriesFromCss, l as getRuntimeClassSetSignature, n as resolveTailwindV3SourceFromPatcher, q as omitUndefined, r as resolveTailwindV3SourceOptionsFromPatcher, t as resolveTailwindV3Source, x as resolveTailwindV4SourceFromPatcher, y as resolveTailwindV4Source$1 } from "./v3-engine-DcvCCHfs.mjs";
|
|
2
|
-
import { i as normalizeWeappTailwindcssGeneratorOptions, t as createWeappTailwindcssGenerator } from "./generator-
|
|
3
|
-
import { p as replaceWxml, r as resolveStyleOptionsFromContext } from "./precheck-uG16Cqaj.mjs";
|
|
3
|
+
import { i as normalizeWeappTailwindcssGeneratorOptions, t as createWeappTailwindcssGenerator } from "./generator-Qw-tZ0Z2.mjs";
|
|
4
4
|
import { existsSync, readFileSync } from "node:fs";
|
|
5
5
|
import postcss from "postcss";
|
|
6
6
|
import path from "node:path";
|
package/dist/{incremental-runtime-class-set-BQPhkSov.js → incremental-runtime-class-set-DPQEzllt.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
3
|
-
const require_generator = require("./generator-
|
|
4
|
-
const require_precheck = require("./precheck-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
|
+
const require_generator = require("./generator-CrU-Ghc1.js");
|
|
4
|
+
const require_precheck = require("./precheck-D7gJSmJz.js");
|
|
5
5
|
let node_fs = require("node:fs");
|
|
6
6
|
let postcss = require("postcss");
|
|
7
7
|
postcss = require_chunk.__toESM(postcss);
|
package/dist/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_generator = require("./generator-
|
|
2
|
+
const require_generator = require("./generator-CrU-Ghc1.js");
|
|
3
3
|
const require_gulp = require("./gulp.js");
|
|
4
|
-
const require_postcss = require("./postcss-
|
|
5
|
-
const require_vite = require("./vite-
|
|
6
|
-
const require_webpack = require("./webpack-
|
|
4
|
+
const require_postcss = require("./postcss-DAWf9D3C.js");
|
|
5
|
+
const require_vite = require("./vite-CHYG-Lf6.js");
|
|
6
|
+
const require_webpack = require("./webpack-BguN8tQa.js");
|
|
7
7
|
let _weapp_tailwindcss_postcss = require("@weapp-tailwindcss/postcss");
|
|
8
8
|
exports.WeappTailwindcss = require_vite.WeappTailwindcss;
|
|
9
9
|
exports.createPlugins = require_gulp.createPlugins;
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as createWeappTailwindcssGenerator } from "./generator-
|
|
1
|
+
import { t as createWeappTailwindcssGenerator } from "./generator-Qw-tZ0Z2.mjs";
|
|
2
2
|
import { WeappTailwindcss as createPlugins } from "./gulp.mjs";
|
|
3
|
-
import { t as weappTailwindcssPostcssPlugin } from "./postcss-
|
|
4
|
-
import { t as WeappTailwindcss } from "./vite-
|
|
5
|
-
import { n as weappTailwindcssPackageDir } from "./webpack-
|
|
3
|
+
import { t as weappTailwindcssPostcssPlugin } from "./postcss-C6zOQqlL.mjs";
|
|
4
|
+
import { t as WeappTailwindcss } from "./vite-CmimsYBm.mjs";
|
|
5
|
+
import { n as weappTailwindcssPackageDir } from "./webpack-ejGMOruE.mjs";
|
|
6
6
|
import { unitConversionComposeRules, unitConversionPresets } from "@weapp-tailwindcss/postcss";
|
|
7
7
|
export { WeappTailwindcss, createPlugins, createWeappTailwindcssGenerator, unitConversionComposeRules, unitConversionPresets, weappTailwindcssPackageDir, weappTailwindcssPostcssPlugin };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { A as collectCssInlineSourceCandidates, F as parseConfigParam, H as readInstalledPackageMajorVersion, I as resolveCssSourceEntries, M as expandTailwindSourceEntries, O as DEFAULT_SOURCE_SCAN_EXTENSIONS, P as normalizeLegacyContentEntries, j as createSourceScanPattern, t as resolveTailwindV3Source, y as resolveTailwindV4Source$1 } from "./v3-engine-DcvCCHfs.mjs";
|
|
2
|
-
import { i as normalizeWeappTailwindcssGeneratorOptions, t as createWeappTailwindcssGenerator } from "./generator-
|
|
2
|
+
import { i as normalizeWeappTailwindcssGeneratorOptions, t as createWeappTailwindcssGenerator } from "./generator-Qw-tZ0Z2.mjs";
|
|
3
3
|
import postcss from "postcss";
|
|
4
4
|
import path from "node:path";
|
|
5
5
|
import process from "node:process";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
3
|
-
const require_generator = require("./generator-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
|
+
const require_generator = require("./generator-CrU-Ghc1.js");
|
|
4
4
|
let postcss = require("postcss");
|
|
5
5
|
postcss = require_chunk.__toESM(postcss);
|
|
6
6
|
let node_path = require("node:path");
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
2
|
let _weapp_tailwindcss_postcss_html_transform = require("@weapp-tailwindcss/postcss/html-transform");
|
|
3
3
|
_weapp_tailwindcss_postcss_html_transform = require_chunk.__toESM(_weapp_tailwindcss_postcss_html_transform);
|
|
4
4
|
//#region src/postcss-html-transform.ts
|
package/dist/postcss.js
CHANGED
|
@@ -2,6 +2,6 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_postcss = require("./postcss-
|
|
5
|
+
const require_postcss = require("./postcss-DAWf9D3C.js");
|
|
6
6
|
exports.default = require_postcss.weappTailwindcssPostcssPlugin;
|
|
7
7
|
exports.weappTailwindcssPostcssPlugin = require_postcss.weappTailwindcssPostcssPlugin;
|
package/dist/postcss.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as weappTailwindcssPostcssPlugin } from "./postcss-
|
|
1
|
+
import { t as weappTailwindcssPostcssPlugin } from "./postcss-C6zOQqlL.mjs";
|
|
2
2
|
export { weappTailwindcssPostcssPlugin as default, weappTailwindcssPostcssPlugin };
|
|
@@ -2,12 +2,13 @@ import { B as createDebug, C as createTailwindV4Engine, K as resolveBooleanObjec
|
|
|
2
2
|
import { a as resolveDefaultCssPreflight, i as getDefaultOptions, o as DEFAULT_PARSE_CACHE_MAX_SOURCE_LENGTH, s as HARD_PARSE_CACHE_MAX_ENTRIES } from "./defaults-8xrgzxFY.mjs";
|
|
3
3
|
import { i as isMap, n as defuOverrideArray } from "./utils-DsaS975I.mjs";
|
|
4
4
|
import { a as applyV4CssCalcDefaults, i as resolveUniAppXOptions, o as warnMissingCssEntries, t as createTailwindcssPatcherFromContext } from "./tailwindcss-C7dJHZ0G.mjs";
|
|
5
|
+
import { createRequire } from "node:module";
|
|
5
6
|
import path from "node:path";
|
|
6
7
|
import process from "node:process";
|
|
7
8
|
import { logger, pc } from "@weapp-tailwindcss/logger";
|
|
8
9
|
import { rm } from "node:fs/promises";
|
|
9
10
|
import { createStyleHandler } from "@weapp-tailwindcss/postcss";
|
|
10
|
-
import { Buffer } from "node:buffer";
|
|
11
|
+
import { Buffer as Buffer$1 } from "node:buffer";
|
|
11
12
|
import { LRUCache } from "lru-cache";
|
|
12
13
|
import { md5 as md5Hash } from "@weapp-tailwindcss/shared/node";
|
|
13
14
|
import { MappingChars2String, escape } from "@weapp-core/escape";
|
|
@@ -17,6 +18,11 @@ import MagicString from "magic-string";
|
|
|
17
18
|
import { jsStringEscape } from "@ast-core/escape";
|
|
18
19
|
import { splitCode } from "@weapp-tailwindcss/shared/extractors";
|
|
19
20
|
import * as t from "@babel/types";
|
|
21
|
+
//#region \0rolldown/runtime.js
|
|
22
|
+
var __esmMin = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
23
|
+
var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
|
|
24
|
+
var __require = /* @__PURE__ */ createRequire(import.meta.url);
|
|
25
|
+
//#endregion
|
|
20
26
|
//#region src/cache/index.ts
|
|
21
27
|
function isProcessResult(value) {
|
|
22
28
|
return typeof value === "object" && value !== null && "result" in value;
|
|
@@ -478,13 +484,13 @@ function normalizeOptionsValue(rawValue, stack = /* @__PURE__ */ new WeakSet())
|
|
|
478
484
|
source: rawValue.source,
|
|
479
485
|
flags: rawValue.flags
|
|
480
486
|
};
|
|
481
|
-
if (typeof Buffer !== "undefined" && Buffer.isBuffer(rawValue)) return encodeTaggedValue("Buffer", rawValue.toString("base64"));
|
|
487
|
+
if (typeof Buffer$1 !== "undefined" && Buffer$1.isBuffer(rawValue)) return encodeTaggedValue("Buffer", rawValue.toString("base64"));
|
|
482
488
|
if (ArrayBuffer.isView(rawValue)) {
|
|
483
489
|
const view = rawValue;
|
|
484
|
-
const buffer = Buffer.from(view.buffer, view.byteOffset, view.byteLength);
|
|
490
|
+
const buffer = Buffer$1.from(view.buffer, view.byteOffset, view.byteLength);
|
|
485
491
|
return encodeTaggedValue(view.constructor?.name ?? "ArrayBufferView", buffer.toString("base64"));
|
|
486
492
|
}
|
|
487
|
-
if (rawValue instanceof ArrayBuffer) return encodeTaggedValue("ArrayBuffer", Buffer.from(rawValue).toString("base64"));
|
|
493
|
+
if (rawValue instanceof ArrayBuffer) return encodeTaggedValue("ArrayBuffer", Buffer$1.from(rawValue).toString("base64"));
|
|
488
494
|
if (rawValue instanceof Set) return withCircularGuard(rawValue, stack, () => {
|
|
489
495
|
const normalizedEntries = Array.from(rawValue, (element) => createComparableNormalizedValue(element, stack));
|
|
490
496
|
normalizedEntries.sort((a, b) => a.sortKey.localeCompare(b.sortKey));
|
|
@@ -1232,6 +1238,7 @@ function _typeof(o) {
|
|
|
1232
1238
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
1233
1239
|
}, _typeof(o);
|
|
1234
1240
|
}
|
|
1241
|
+
var init_typeof = __esmMin((() => {}));
|
|
1235
1242
|
//#endregion
|
|
1236
1243
|
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
|
|
1237
1244
|
function toPrimitive(t, r) {
|
|
@@ -1244,12 +1251,19 @@ function toPrimitive(t, r) {
|
|
|
1244
1251
|
}
|
|
1245
1252
|
return ("string" === r ? String : Number)(t);
|
|
1246
1253
|
}
|
|
1254
|
+
var init_toPrimitive = __esmMin((() => {
|
|
1255
|
+
init_typeof();
|
|
1256
|
+
}));
|
|
1247
1257
|
//#endregion
|
|
1248
1258
|
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
|
|
1249
1259
|
function toPropertyKey(t) {
|
|
1250
1260
|
var i = toPrimitive(t, "string");
|
|
1251
1261
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
1252
1262
|
}
|
|
1263
|
+
var init_toPropertyKey = __esmMin((() => {
|
|
1264
|
+
init_typeof();
|
|
1265
|
+
init_toPrimitive();
|
|
1266
|
+
}));
|
|
1253
1267
|
//#endregion
|
|
1254
1268
|
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
|
|
1255
1269
|
function _defineProperty(e, r, t) {
|
|
@@ -1260,8 +1274,12 @@ function _defineProperty(e, r, t) {
|
|
|
1260
1274
|
writable: !0
|
|
1261
1275
|
}) : e[r] = t, e;
|
|
1262
1276
|
}
|
|
1277
|
+
var init_defineProperty = __esmMin((() => {
|
|
1278
|
+
init_toPropertyKey();
|
|
1279
|
+
}));
|
|
1263
1280
|
//#endregion
|
|
1264
1281
|
//#region src/js/JsTokenUpdater.ts
|
|
1282
|
+
init_defineProperty();
|
|
1265
1283
|
/**
|
|
1266
1284
|
* Lightweight helper that batches updates to {@link MagicString}.
|
|
1267
1285
|
* It keeps the transformation logic out of the traversal code and makes
|
|
@@ -1300,6 +1318,7 @@ var JsTokenUpdater = class {
|
|
|
1300
1318
|
};
|
|
1301
1319
|
//#endregion
|
|
1302
1320
|
//#region src/js/module-graph/ignored-exports.ts
|
|
1321
|
+
init_defineProperty();
|
|
1303
1322
|
var IgnoredExportsTracker = class {
|
|
1304
1323
|
constructor(options) {
|
|
1305
1324
|
this.options = options;
|
|
@@ -1420,6 +1439,7 @@ var IgnoredExportsTracker = class {
|
|
|
1420
1439
|
};
|
|
1421
1440
|
//#endregion
|
|
1422
1441
|
//#region src/js/ModuleGraph.ts
|
|
1442
|
+
init_defineProperty();
|
|
1423
1443
|
var JsModuleGraph = class {
|
|
1424
1444
|
constructor(entry, graphOptions) {
|
|
1425
1445
|
_defineProperty(this, "modules", /* @__PURE__ */ new Map());
|
|
@@ -1594,6 +1614,7 @@ function maybeAddImportToken(imports, arg) {
|
|
|
1594
1614
|
}
|
|
1595
1615
|
//#endregion
|
|
1596
1616
|
//#region src/js/NodePathWalker.ts
|
|
1617
|
+
init_defineProperty();
|
|
1597
1618
|
const EMPTY_IGNORE_CALL_EXPRESSION_IDENTIFIERS = [];
|
|
1598
1619
|
const EMPTY_IMPORT_TOKENS = /* @__PURE__ */ new Set();
|
|
1599
1620
|
function NOOP_STRING_PATH_CALLBACK() {}
|
|
@@ -2312,6 +2333,7 @@ var BinTrieFlags;
|
|
|
2312
2333
|
})(BinTrieFlags || (BinTrieFlags = {}));
|
|
2313
2334
|
//#endregion
|
|
2314
2335
|
//#region ../../node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode.js
|
|
2336
|
+
init_defineProperty();
|
|
2315
2337
|
var CharCodes$1;
|
|
2316
2338
|
(function(CharCodes) {
|
|
2317
2339
|
CharCodes[CharCodes["NUM"] = 35] = "NUM";
|
|
@@ -2682,6 +2704,7 @@ function determineBranch(decodeTree, current, nodeIndex, char) {
|
|
|
2682
2704
|
}
|
|
2683
2705
|
//#endregion
|
|
2684
2706
|
//#region ../../node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Tokenizer.js
|
|
2707
|
+
init_defineProperty();
|
|
2685
2708
|
var CharCodes;
|
|
2686
2709
|
(function(CharCodes) {
|
|
2687
2710
|
CharCodes[CharCodes["Tab"] = 9] = "Tab";
|
|
@@ -3624,6 +3647,7 @@ var Tokenizer$1 = class {
|
|
|
3624
3647
|
};
|
|
3625
3648
|
//#endregion
|
|
3626
3649
|
//#region ../../node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Parser.js
|
|
3650
|
+
init_defineProperty();
|
|
3627
3651
|
const { fromCodePoint } = String;
|
|
3628
3652
|
const formTags = new Set([
|
|
3629
3653
|
"input",
|
|
@@ -4233,6 +4257,7 @@ function isAllWhitespace(value) {
|
|
|
4233
4257
|
}
|
|
4234
4258
|
//#endregion
|
|
4235
4259
|
//#region src/wxml/Tokenizer.ts
|
|
4260
|
+
init_defineProperty();
|
|
4236
4261
|
var Tokenizer = class {
|
|
4237
4262
|
constructor() {
|
|
4238
4263
|
_defineProperty(this, "state", void 0);
|
|
@@ -4688,4 +4713,4 @@ function shouldSkipJsTransform(rawSource, options) {
|
|
|
4688
4713
|
return !FAST_JS_TRANSFORM_HINT_RE.test(rawSource);
|
|
4689
4714
|
}
|
|
4690
4715
|
//#endregion
|
|
4691
|
-
export {
|
|
4716
|
+
export { __esmMin as C, __commonJSMin as S, toCustomAttributesEntities as _, vitePluginName as a, ensureRuntimeClassSet as b, createAttributeMatcher as c, _defineProperty as d, init_defineProperty as f, traverse as g, babelParse as h, pluginName as i, analyzeSource as l, replaceWxml as m, getCompilerContext as n, Parser as o, isClassContextLiteralPath as p, resolveStyleOptionsFromContext as r, generateCode as s, shouldSkipJsTransform as t, JsTokenUpdater as u, collectRuntimeClassSet as v, __require as w, refreshTailwindRuntimeState as x, createTailwindRuntimeReadyPromise as y };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
3
|
-
const require_defaults = require("./defaults-
|
|
4
|
-
require("./utils-
|
|
5
|
-
const require_tailwindcss = require("./tailwindcss-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
|
+
const require_defaults = require("./defaults-zKUH2mDe.js");
|
|
4
|
+
require("./utils-D7Ygohep.js");
|
|
5
|
+
const require_tailwindcss = require("./tailwindcss-B-e2RiXr.js");
|
|
6
6
|
let node_path = require("node:path");
|
|
7
7
|
node_path = require_chunk.__toESM(node_path);
|
|
8
8
|
let node_process = require("node:process");
|
|
@@ -1239,6 +1239,7 @@ function _typeof(o) {
|
|
|
1239
1239
|
return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
|
|
1240
1240
|
}, _typeof(o);
|
|
1241
1241
|
}
|
|
1242
|
+
var init_typeof = require_chunk.__esmMin((() => {}));
|
|
1242
1243
|
//#endregion
|
|
1243
1244
|
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPrimitive.js
|
|
1244
1245
|
function toPrimitive(t, r) {
|
|
@@ -1251,12 +1252,19 @@ function toPrimitive(t, r) {
|
|
|
1251
1252
|
}
|
|
1252
1253
|
return ("string" === r ? String : Number)(t);
|
|
1253
1254
|
}
|
|
1255
|
+
var init_toPrimitive = require_chunk.__esmMin((() => {
|
|
1256
|
+
init_typeof();
|
|
1257
|
+
}));
|
|
1254
1258
|
//#endregion
|
|
1255
1259
|
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/toPropertyKey.js
|
|
1256
1260
|
function toPropertyKey(t) {
|
|
1257
1261
|
var i = toPrimitive(t, "string");
|
|
1258
1262
|
return "symbol" == _typeof(i) ? i : i + "";
|
|
1259
1263
|
}
|
|
1264
|
+
var init_toPropertyKey = require_chunk.__esmMin((() => {
|
|
1265
|
+
init_typeof();
|
|
1266
|
+
init_toPrimitive();
|
|
1267
|
+
}));
|
|
1260
1268
|
//#endregion
|
|
1261
1269
|
//#region \0@oxc-project+runtime@0.133.0/helpers/esm/defineProperty.js
|
|
1262
1270
|
function _defineProperty(e, r, t) {
|
|
@@ -1267,8 +1275,12 @@ function _defineProperty(e, r, t) {
|
|
|
1267
1275
|
writable: !0
|
|
1268
1276
|
}) : e[r] = t, e;
|
|
1269
1277
|
}
|
|
1278
|
+
var init_defineProperty = require_chunk.__esmMin((() => {
|
|
1279
|
+
init_toPropertyKey();
|
|
1280
|
+
}));
|
|
1270
1281
|
//#endregion
|
|
1271
1282
|
//#region src/js/JsTokenUpdater.ts
|
|
1283
|
+
init_defineProperty();
|
|
1272
1284
|
/**
|
|
1273
1285
|
* Lightweight helper that batches updates to {@link MagicString}.
|
|
1274
1286
|
* It keeps the transformation logic out of the traversal code and makes
|
|
@@ -1307,6 +1319,7 @@ var JsTokenUpdater = class {
|
|
|
1307
1319
|
};
|
|
1308
1320
|
//#endregion
|
|
1309
1321
|
//#region src/js/module-graph/ignored-exports.ts
|
|
1322
|
+
init_defineProperty();
|
|
1310
1323
|
var IgnoredExportsTracker = class {
|
|
1311
1324
|
constructor(options) {
|
|
1312
1325
|
this.options = options;
|
|
@@ -1427,6 +1440,7 @@ var IgnoredExportsTracker = class {
|
|
|
1427
1440
|
};
|
|
1428
1441
|
//#endregion
|
|
1429
1442
|
//#region src/js/ModuleGraph.ts
|
|
1443
|
+
init_defineProperty();
|
|
1430
1444
|
var JsModuleGraph = class {
|
|
1431
1445
|
constructor(entry, graphOptions) {
|
|
1432
1446
|
_defineProperty(this, "modules", /* @__PURE__ */ new Map());
|
|
@@ -1601,6 +1615,7 @@ function maybeAddImportToken(imports, arg) {
|
|
|
1601
1615
|
}
|
|
1602
1616
|
//#endregion
|
|
1603
1617
|
//#region src/js/NodePathWalker.ts
|
|
1618
|
+
init_defineProperty();
|
|
1604
1619
|
const EMPTY_IGNORE_CALL_EXPRESSION_IDENTIFIERS = [];
|
|
1605
1620
|
const EMPTY_IMPORT_TOKENS = /* @__PURE__ */ new Set();
|
|
1606
1621
|
function NOOP_STRING_PATH_CALLBACK() {}
|
|
@@ -2319,6 +2334,7 @@ var BinTrieFlags;
|
|
|
2319
2334
|
})(BinTrieFlags || (BinTrieFlags = {}));
|
|
2320
2335
|
//#endregion
|
|
2321
2336
|
//#region ../../node_modules/.pnpm/entities@8.0.0/node_modules/entities/dist/decode.js
|
|
2337
|
+
init_defineProperty();
|
|
2322
2338
|
var CharCodes$1;
|
|
2323
2339
|
(function(CharCodes) {
|
|
2324
2340
|
CharCodes[CharCodes["NUM"] = 35] = "NUM";
|
|
@@ -2689,6 +2705,7 @@ function determineBranch(decodeTree, current, nodeIndex, char) {
|
|
|
2689
2705
|
}
|
|
2690
2706
|
//#endregion
|
|
2691
2707
|
//#region ../../node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Tokenizer.js
|
|
2708
|
+
init_defineProperty();
|
|
2692
2709
|
var CharCodes;
|
|
2693
2710
|
(function(CharCodes) {
|
|
2694
2711
|
CharCodes[CharCodes["Tab"] = 9] = "Tab";
|
|
@@ -3631,6 +3648,7 @@ var Tokenizer$1 = class {
|
|
|
3631
3648
|
};
|
|
3632
3649
|
//#endregion
|
|
3633
3650
|
//#region ../../node_modules/.pnpm/htmlparser2@12.0.0/node_modules/htmlparser2/dist/Parser.js
|
|
3651
|
+
init_defineProperty();
|
|
3634
3652
|
const { fromCodePoint } = String;
|
|
3635
3653
|
const formTags = new Set([
|
|
3636
3654
|
"input",
|
|
@@ -4240,6 +4258,7 @@ function isAllWhitespace(value) {
|
|
|
4240
4258
|
}
|
|
4241
4259
|
//#endregion
|
|
4242
4260
|
//#region src/wxml/Tokenizer.ts
|
|
4261
|
+
init_defineProperty();
|
|
4243
4262
|
var Tokenizer = class {
|
|
4244
4263
|
constructor() {
|
|
4245
4264
|
_defineProperty(this, "state", void 0);
|
|
@@ -4761,6 +4780,12 @@ Object.defineProperty(exports, "getCompilerContext", {
|
|
|
4761
4780
|
return getCompilerContext;
|
|
4762
4781
|
}
|
|
4763
4782
|
});
|
|
4783
|
+
Object.defineProperty(exports, "init_defineProperty", {
|
|
4784
|
+
enumerable: true,
|
|
4785
|
+
get: function() {
|
|
4786
|
+
return init_defineProperty;
|
|
4787
|
+
}
|
|
4788
|
+
});
|
|
4764
4789
|
Object.defineProperty(exports, "isClassContextLiteralPath", {
|
|
4765
4790
|
enumerable: true,
|
|
4766
4791
|
get: function() {
|
package/dist/presets.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_chunk = require("./chunk-
|
|
3
|
-
const require_v3_engine = require("./v3-engine-
|
|
4
|
-
const require_utils = require("./utils-
|
|
5
|
-
const require_tailwindcss = require("./tailwindcss-
|
|
2
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
3
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
4
|
+
const require_utils = require("./utils-D7Ygohep.js");
|
|
5
|
+
const require_tailwindcss = require("./tailwindcss-B-e2RiXr.js");
|
|
6
6
|
require("./logger-TlKT3xmR.js");
|
|
7
7
|
let node_path = require("node:path");
|
|
8
8
|
node_path = require_chunk.__toESM(node_path);
|
package/dist/reset.js
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_chunk = require("./chunk-
|
|
5
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
6
6
|
let _weapp_tailwindcss_reset = require("@weapp-tailwindcss/reset");
|
|
7
7
|
_weapp_tailwindcss_reset = require_chunk.__toESM(_weapp_tailwindcss_reset);
|
|
8
8
|
Object.defineProperty(exports, "default", {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
3
|
let node_path = require("node:path");
|
|
4
4
|
node_path = require_chunk.__toESM(node_path);
|
|
5
5
|
let tailwindcss_patch = require("tailwindcss-patch");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_v3_engine = require("./v3-engine-
|
|
3
|
-
require("./utils-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_v3_engine = require("./v3-engine-CHItlVq5.js");
|
|
3
|
+
require("./utils-D7Ygohep.js");
|
|
4
4
|
let node_fs = require("node:fs");
|
|
5
5
|
let node_module = require("node:module");
|
|
6
6
|
let node_path = require("node:path");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
2
|
-
const require_auto = require("./auto-
|
|
1
|
+
const require_chunk = require("./chunk-C5U5_Hdc.js");
|
|
2
|
+
const require_auto = require("./auto-TH1jG2UW.js");
|
|
3
3
|
let node_fs = require("node:fs");
|
|
4
4
|
node_fs = require_chunk.__toESM(node_fs);
|
|
5
5
|
let node_module = require("node:module");
|