tailwind-styled-v4 5.0.39 → 5.0.40

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/analyzer.js CHANGED
@@ -237,8 +237,8 @@ function getDirname() {
237
237
  if (typeof __dirname !== "undefined") {
238
238
  return __dirname;
239
239
  }
240
- if (typeof import_meta !== "undefined" && __importMetaUrl) {
241
- return import_node_path2.default.dirname((0, import_node_url2.fileURLToPath)(__importMetaUrl));
240
+ if (false) {
241
+ return path2.dirname(fileURLToPath2(__importMetaUrl));
242
242
  }
243
243
  return process.cwd();
244
244
  }
@@ -443,14 +443,13 @@ function hasNativeWatchBinding() {
443
443
  return false;
444
444
  }
445
445
  }
446
- var import_node_path2, import_node_url2, import_meta, log, isValidScannerBinding, createScannerBridgeLoader, scannerBridgeLoader, scannerGetBinding, resetScannerBridgeCache;
446
+ var import_node_path2, import_node_url2, log, isValidScannerBinding, createScannerBridgeLoader, scannerBridgeLoader, scannerGetBinding, resetScannerBridgeCache;
447
447
  var init_native_bridge = __esm({
448
448
  "packages/domain/scanner/src/native-bridge.ts"() {
449
449
  "use strict";
450
- import_node_path2 = __toESM(require("path"), 1);
450
+ import_node_path2 = require("path");
451
451
  import_node_url2 = require("url");
452
452
  init_src();
453
- import_meta = {};
454
453
  log = createDebugLogger("scanner:native");
455
454
  isValidScannerBinding = (module2) => {
456
455
  const candidate = module2;
@@ -758,8 +757,8 @@ function getRuntimeDir() {
758
757
  if (typeof __dirname !== "undefined" && __dirname.length > 0) {
759
758
  return __dirname;
760
759
  }
761
- if (typeof import_meta2 !== "undefined" && __importMetaUrl) {
762
- return import_node_path5.default.dirname((0, import_node_url4.fileURLToPath)(__importMetaUrl));
760
+ if (false) {
761
+ return import_node_path5.default.dirname(fileURLToPath4(__importMetaUrl));
763
762
  }
764
763
  return process.cwd();
765
764
  }
@@ -768,8 +767,8 @@ function resolveScannerWorkerModulePath() {
768
767
  if (typeof __dirname !== "undefined" && __dirname.length > 0) {
769
768
  return __dirname;
770
769
  }
771
- if (typeof import_meta2 !== "undefined" && __importMetaUrl) {
772
- return import_node_path5.default.dirname((0, import_node_url4.fileURLToPath)(__importMetaUrl));
770
+ if (false) {
771
+ return import_node_path5.default.dirname(fileURLToPath4(__importMetaUrl));
773
772
  }
774
773
  return process.cwd();
775
774
  })();
@@ -1042,7 +1041,7 @@ async function scanWorkspaceAsync(rootDir, options = {}) {
1042
1041
  return scanWorkspace(rootDir, normalizedOptions);
1043
1042
  }
1044
1043
  }
1045
- var import_node_fs3, import_node_module2, import_node_path5, import_node_url4, import_node_worker_threads2, import_meta2, log2, SCAN_WORKER_TIMEOUT_MS, createNativeParserLoader, nativeParserLoader, DEFAULT_EXTENSIONS, DEFAULT_IGNORES;
1044
+ var import_node_fs3, import_node_module2, import_node_path5, import_node_url4, import_node_worker_threads2, log2, SCAN_WORKER_TIMEOUT_MS, createNativeParserLoader, nativeParserLoader, DEFAULT_EXTENSIONS, DEFAULT_IGNORES;
1046
1045
  var init_src2 = __esm({
1047
1046
  "packages/domain/scanner/src/index.ts"() {
1048
1047
  "use strict";
@@ -1058,7 +1057,6 @@ var init_src2 = __esm({
1058
1057
  init_schemas();
1059
1058
  init_schemas();
1060
1059
  init_native_bridge();
1061
- import_meta2 = {};
1062
1060
  log2 = createLogger("scanner");
1063
1061
  SCAN_WORKER_TIMEOUT_MS = 12e4;
1064
1062
  createNativeParserLoader = () => {