@tamagui/helpers-node 2.0.0-rc.36 → 2.0.0-rc.36-1775243248161

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.
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var getDefaultTamaguiOptions_exports = {};
22
24
  __export(getDefaultTamaguiOptions_exports, {
@@ -5,20 +5,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
23
+ value: true
22
24
  }), mod);
23
25
  var getDefaultTamaguiOptions_exports = {};
24
26
  __export(getDefaultTamaguiOptions_exports, {
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","getDefaultTamaguiOptions_exports","__export","getDefaultTamaguiOptions","module","exports","import_getTamaguiDefaultPath","require","param","cwd","platform","components","config","getDefaultTamaguiConfigPath"],"sources":["../src/getDefaultTamaguiOptions.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,gCAAA;AAAAC,QAAA,CAAAD,gCAAA;EAAAE,wBAAA,EAAAA,CAAA,KAAAA;AAAA;AAEAC,MAAA,CAAAC,OAAA,GAAAT,YAAA,CAAAK,gCAA4C;AAE5C,IAAAK,4BAAsB,GAAAC,OAAyB;AAAA,eACvCJ,yBAAAK,KAAA;EACR,IAE4B;IAAAC,GAAA;EAAA,IAAAD,KAAA;EAC1B,OAAO;IACLE,QAAA,EAAU;IACVC,UAAA,EAAY,CACZ,SAAQ,CACV;IACFC,MAAA,YAAAN,4BAAA,CAAAO,2BAAA","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","getDefaultTamaguiOptions_exports","getDefaultTamaguiOptions","module","exports","import_getTamaguiDefaultPath","require","param","cwd","platform","components","config","getDefaultTamaguiConfigPath"],"sources":["getDefaultTamaguiOptions.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar getDefaultTamaguiOptions_exports = {};\n__export(getDefaultTamaguiOptions_exports, {\n getDefaultTamaguiOptions: () => getDefaultTamaguiOptions\n});\nmodule.exports = __toCommonJS(getDefaultTamaguiOptions_exports);\nvar import_getTamaguiDefaultPath = require(\"./getTamaguiDefaultPath\");\nasync function getDefaultTamaguiOptions(param) {\n var { cwd = \".\" } = param;\n return {\n platform: \"native\",\n components: [\n \"tamagui\"\n ],\n config: await (0, import_getTamaguiDefaultPath.getDefaultTamaguiConfigPath)({\n cwd\n })\n };\n}\n//# sourceMappingURL=getDefaultTamaguiOptions.js.map\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAGC,MAAM,CAACC,cAAc;AACrC,IAAIC,gBAAgB,GAAGF,MAAM,CAACG,wBAAwB;AACtD,IAAIC,iBAAiB,GAAGJ,MAAM,CAACK,mBAAmB;AAClD,IAAIC,YAAY,GAAGN,MAAM,CAACO,SAAS,CAACC,cAAc;AAClD,IAAIC,QAAQ,GAAGA,CAACC,MAAM,EAAEC,GAAG,KAAK;EAC9B,KAAK,IAAIC,IAAI,IAAID,GAAG,EAClBZ,SAAS,CAACW,MAAM,EAAEE,IAAI,EAAE;IAAEC,GAAG,EAAEF,GAAG,CAACC,IAAI,CAAC;IAAEE,UAAU,EAAE;EAAK,CAAC,CAAC;AACjE,CAAC;AACD,IAAIC,WAAW,GAAGA,CAACC,EAAE,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,KAAK;EAC5C,IAAIF,IAAI,IAAI,OAAOA,IAAI,KAAK,QAAQ,IAAI,OAAOA,IAAI,KAAK,UAAU,EAAE;IAClE,KAAK,IAAIG,GAAG,IAAIhB,iBAAiB,CAACa,IAAI,CAAC,EACrC,IAAI,CAACX,YAAY,CAACe,IAAI,CAACL,EAAE,EAAEI,GAAG,CAAC,IAAIA,GAAG,KAAKF,MAAM,EAC/CnB,SAAS,CAACiB,EAAE,EAAEI,GAAG,EAAE;MAAEP,GAAG,EAAEA,CAAA,KAAMI,IAAI,CAACG,GAAG,CAAC;MAAEN,UAAU,EAAE,EAAEK,IAAI,GAAGjB,gBAAgB,CAACe,IAAI,EAAEG,GAAG,CAAC,CAAC,IAAID,IAAI,CAACL;IAAW,CAAC,CAAC;EACxH;EACA,OAAOE,EAAE;AACX,CAAC;AACD,IAAIM,YAAY,GAAIC,GAAG,IAAKR,WAAW,CAAChB,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAEyB,KAAK,EAAE;AAAK,CAAC,CAAC,EAAED,GAAG,CAAC;AAC1F,IAAIE,gCAAgC,GAAG,CAAC,CAAC;AACzChB,QAAQ,CAACgB,gCAAgC,EAAE;EACzCC,wBAAwB,EAAEA,CAAA,KAAMA;AAClC,CAAC,CAAC;AACFC,MAAM,CAACC,OAAO,GAAGN,YAAY,CAACG,gCAAgC,CAAC;AAC/D,IAAII,4BAA4B,GAAGC,OAAO,CAAC,mCAAyB,CAAC;AACrE,eAAeJ,wBAAwBA,CAACK,KAAK,EAAE;EAC7C,IAAI;IAAEC,GAAG,GAAG;EAAI,CAAC,GAAGD,KAAK;EACzB,OAAO;IACLE,QAAQ,EAAE,QAAQ;IAClBC,UAAU,EAAE,CACV,SAAS,CACV;IACDC,MAAM,EAAE,MAAM,CAAC,CAAC,EAAEN,4BAA4B,CAACO,2BAA2B,EAAE;MAC1EJ;IACF,CAAC;EACH,CAAC;AACH","ignoreList":[]}
@@ -3,37 +3,44 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var getTamaguiDefaultPath_exports = {};
22
24
  __export(getTamaguiDefaultPath_exports, {
23
25
  getDefaultTamaguiConfigPath: () => getDefaultTamaguiConfigPath
24
26
  });
25
27
  module.exports = __toCommonJS(getTamaguiDefaultPath_exports);
26
- var import_node_path = require("node:path"),
27
- import_fs_extra = require("fs-extra");
28
+ var import_node_path = require("node:path");
29
+ var import_fs_extra = require("fs-extra");
28
30
  let cachedPath = "";
29
31
  async function getDefaultTamaguiConfigPath({
30
32
  cwd = ".",
31
- cache = !0
33
+ cache = true
32
34
  }) {
33
- if (cache && cachedPath) return cachedPath;
34
- const defaultPaths = ["tamagui.config.ts", (0, import_node_path.join)("src", "tamagui.config.ts")].map(p => (0, import_node_path.join)(cwd, p)),
35
- existing = (await Promise.all(defaultPaths.map(path => (0, import_fs_extra.pathExists)(path)))).findIndex(x => !!x),
36
- found = defaultPaths[existing];
37
- if (!found) throw new Error("No found tamagui.config.ts");
38
- return cachedPath = found, found;
35
+ if (cache && cachedPath) {
36
+ return cachedPath;
37
+ }
38
+ const defaultPaths = ["tamagui.config.ts", (0, import_node_path.join)("src", "tamagui.config.ts")].map(p => (0, import_node_path.join)(cwd, p));
39
+ const existing = (await Promise.all(defaultPaths.map(path => (0, import_fs_extra.pathExists)(path)))).findIndex(x => !!x);
40
+ const found = defaultPaths[existing];
41
+ if (!found) {
42
+ throw new Error(`No found tamagui.config.ts`);
43
+ }
44
+ cachedPath = found;
45
+ return found;
39
46
  }
@@ -5,45 +5,52 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
23
+ value: true
22
24
  }), mod);
23
25
  var getTamaguiDefaultPath_exports = {};
24
26
  __export(getTamaguiDefaultPath_exports, {
25
27
  getDefaultTamaguiConfigPath: () => getDefaultTamaguiConfigPath
26
28
  });
27
29
  module.exports = __toCommonJS(getTamaguiDefaultPath_exports);
28
- var import_path = require("path"),
29
- import_fs_extra = require("fs-extra"),
30
- cachedPath = "";
30
+ var import_path = require("path");
31
+ var import_fs_extra = require("fs-extra");
32
+ var cachedPath = "";
31
33
  async function getDefaultTamaguiConfigPath(param) {
32
34
  var {
33
35
  cwd = ".",
34
- cache = !0
36
+ cache = true
35
37
  } = param;
36
- if (cache && cachedPath) return cachedPath;
38
+ if (cache && cachedPath) {
39
+ return cachedPath;
40
+ }
37
41
  var defaultPaths = ["tamagui.config.ts", (0, import_path.join)("src", "tamagui.config.ts")].map(function (p) {
38
- return (0, import_path.join)(cwd, p);
39
- }),
40
- existing = (await Promise.all(defaultPaths.map(function (path) {
41
- return (0, import_fs_extra.pathExists)(path);
42
- }))).findIndex(function (x) {
43
- return !!x;
44
- }),
45
- found = defaultPaths[existing];
46
- if (!found) throw new Error("No found tamagui.config.ts");
47
- return cachedPath = found, found;
42
+ return (0, import_path.join)(cwd, p);
43
+ });
44
+ var existing = (await Promise.all(defaultPaths.map(function (path) {
45
+ return (0, import_fs_extra.pathExists)(path);
46
+ }))).findIndex(function (x) {
47
+ return !!x;
48
+ });
49
+ var found = defaultPaths[existing];
50
+ if (!found) {
51
+ throw new Error(`No found tamagui.config.ts`);
52
+ }
53
+ cachedPath = found;
54
+ return found;
48
55
  }
49
56
  //# sourceMappingURL=getTamaguiDefaultPath.native.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","getTamaguiDefaultPath_exports","__export","getDefaultTamaguiConfigPath","module","exports","import_path","require","import_fs_extra","cachedPath","param","cwd","cache","defaultPaths","join","map","p","existing","Promise","all","path","pathExists","findIndex","x"],"sources":["../src/getTamaguiDefaultPath.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,6BAAA;AAAAC,QAAA,CAAAD,6BAAA;EAAAE,2BAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAqB,CAAAK,6BAErB;AAEA,IAAIK,WAAA,GAAaC,OAAA;EAAAC,eAAA,GAAAD,OAAA;EAAAE,UAAA;AAEjB,eAAsBN,4BAA4BO,KAAA;EAChD;IAAMC,GAAA;IAAAC,KAAA;EAAA,IAAAF,KAAA;EACN,IAAAE,KAAQ,IAAAH,UAAA,EAKU,OAAAA,UAAA;EAClB,IAAII,YAAS,IACX,mBAAO,EAGT,IAAMP,WAAA,CAAAQ,IAAgB,4BAAqB,EAAkC,CAAIC,GAAC,WAChFC,CAAA;MACF,OACM,IAAAV,WACE,CAAAQ,IAAQ,EAAAH,GAAI,EAAAK,CAAA;IAGpB;IAAIC,QAAC,UAAAC,OAAA,CAAAC,GAAA,CAAAN,YAAA,CAAAE,GAAA,WAAAK,IAAA;MACH,OAAM,IAAIZ,eAAM,CAAAa,UAAA,EAAAD,IAAA,CAA4B;IAG9C,KAAAE,SAAA,WAAaC,CAAA,EACN;MACT,SAAAA,CAAA","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","getTamaguiDefaultPath_exports","getDefaultTamaguiConfigPath","module","exports","import_path","require","import_fs_extra","cachedPath","param","cwd","cache","defaultPaths","join","map","p","existing","Promise","path","pathExists","findIndex","x","found","Error"],"sources":["getTamaguiDefaultPath.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar getTamaguiDefaultPath_exports = {};\n__export(getTamaguiDefaultPath_exports, {\n getDefaultTamaguiConfigPath: () => getDefaultTamaguiConfigPath\n});\nmodule.exports = __toCommonJS(getTamaguiDefaultPath_exports);\nvar import_path = require(\"path\");\nvar import_fs_extra = require(\"fs-extra\");\nvar cachedPath = \"\";\nasync function getDefaultTamaguiConfigPath(param) {\n var { cwd = \".\", cache = true } = param;\n if (cache && cachedPath) {\n return cachedPath;\n }\n var defaultPaths = [\n \"tamagui.config.ts\",\n (0, import_path.join)(\"src\", \"tamagui.config.ts\")\n ].map(function(p) {\n return (0, import_path.join)(cwd, p);\n });\n var existing = (await Promise.all(defaultPaths.map(function(path) {\n return (0, import_fs_extra.pathExists)(path);\n }))).findIndex(function(x) {\n return !!x;\n });\n var found = defaultPaths[existing];\n if (!found) {\n throw new Error(`No found tamagui.config.ts`);\n }\n cachedPath = found;\n return found;\n}\n//# sourceMappingURL=getTamaguiDefaultPath.js.map\n"],"mappings":"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","ignoreList":[]}
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var getTamaguiOptions_exports = {};
22
24
  __export(getTamaguiOptions_exports, {
@@ -5,20 +5,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
23
+ value: true
22
24
  }), mod);
23
25
  var getTamaguiOptions_exports = {};
24
26
  __export(getTamaguiOptions_exports, {
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","getTamaguiOptions_exports","__export","getTamaguiOptions","module","exports","import_readTamaguiOptions","require","param","cwd","readTamaguiOptions"],"sources":["../src/getTamaguiOptions.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,yBAAA;AAAAC,QAAA,CAAAD,yBAAA;EAAAE,iBAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAA,CAAAK,yBAAmC;AAEnC,IAAAK,yBAAsB,GAAAC,OAAkB;AAAA,eAChCJ,kBAAAK,KAAA;EACR,IAE2D;IAAAC,GAAA;EAAA,IAAAD,KAAA;EACzD,QAAQ,UAAMF,yBAAA,CAAAI,kBAAA,EAAmB;IACnCD","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","getTamaguiOptions_exports","getTamaguiOptions","module","exports","import_readTamaguiOptions","require","param","cwd","readTamaguiOptions","options"],"sources":["getTamaguiOptions.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar getTamaguiOptions_exports = {};\n__export(getTamaguiOptions_exports, {\n getTamaguiOptions: () => getTamaguiOptions\n});\nmodule.exports = __toCommonJS(getTamaguiOptions_exports);\nvar import_readTamaguiOptions = require(\"./readTamaguiOptions\");\nasync function getTamaguiOptions(param) {\n var { cwd = \".\" } = param;\n return (await (0, import_readTamaguiOptions.readTamaguiOptions)({\n cwd\n })).options;\n}\n//# sourceMappingURL=getTamaguiOptions.js.map\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAGC,MAAM,CAACC,cAAc;AACrC,IAAIC,gBAAgB,GAAGF,MAAM,CAACG,wBAAwB;AACtD,IAAIC,iBAAiB,GAAGJ,MAAM,CAACK,mBAAmB;AAClD,IAAIC,YAAY,GAAGN,MAAM,CAACO,SAAS,CAACC,cAAc;AAClD,IAAIC,QAAQ,GAAGA,CAACC,MAAM,EAAEC,GAAG,KAAK;EAC9B,KAAK,IAAIC,IAAI,IAAID,GAAG,EAClBZ,SAAS,CAACW,MAAM,EAAEE,IAAI,EAAE;IAAEC,GAAG,EAAEF,GAAG,CAACC,IAAI,CAAC;IAAEE,UAAU,EAAE;EAAK,CAAC,CAAC;AACjE,CAAC;AACD,IAAIC,WAAW,GAAGA,CAACC,EAAE,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,KAAK;EAC5C,IAAIF,IAAI,IAAI,OAAOA,IAAI,KAAK,QAAQ,IAAI,OAAOA,IAAI,KAAK,UAAU,EAAE;IAClE,KAAK,IAAIG,GAAG,IAAIhB,iBAAiB,CAACa,IAAI,CAAC,EACrC,IAAI,CAACX,YAAY,CAACe,IAAI,CAACL,EAAE,EAAEI,GAAG,CAAC,IAAIA,GAAG,KAAKF,MAAM,EAC/CnB,SAAS,CAACiB,EAAE,EAAEI,GAAG,EAAE;MAAEP,GAAG,EAAEA,CAAA,KAAMI,IAAI,CAACG,GAAG,CAAC;MAAEN,UAAU,EAAE,EAAEK,IAAI,GAAGjB,gBAAgB,CAACe,IAAI,EAAEG,GAAG,CAAC,CAAC,IAAID,IAAI,CAACL;IAAW,CAAC,CAAC;EACxH;EACA,OAAOE,EAAE;AACX,CAAC;AACD,IAAIM,YAAY,GAAIC,GAAG,IAAKR,WAAW,CAAChB,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAEyB,KAAK,EAAE;AAAK,CAAC,CAAC,EAAED,GAAG,CAAC;AAC1F,IAAIE,yBAAyB,GAAG,CAAC,CAAC;AAClChB,QAAQ,CAACgB,yBAAyB,EAAE;EAClCC,iBAAiB,EAAEA,CAAA,KAAMA;AAC3B,CAAC,CAAC;AACFC,MAAM,CAACC,OAAO,GAAGN,YAAY,CAACG,yBAAyB,CAAC;AACxD,IAAII,yBAAyB,GAAGC,OAAO,CAAC,gCAAsB,CAAC;AAC/D,eAAeJ,iBAAiBA,CAACK,KAAK,EAAE;EACtC,IAAI;IAAEC,GAAG,GAAG;EAAI,CAAC,GAAGD,KAAK;EACzB,OAAO,CAAC,MAAM,CAAC,CAAC,EAAEF,yBAAyB,CAACI,kBAAkB,EAAE;IAC9DD;EACF,CAAC,CAAC,EAAEE,OAAO;AACb","ignoreList":[]}
package/dist/index.cjs CHANGED
@@ -3,15 +3,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ if (from && typeof from === "object" || typeof from === "function") {
7
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
7
8
  get: () => from[key],
8
9
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
9
10
  });
10
- return to;
11
- },
12
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
11
+ }
12
+ return to;
13
+ };
14
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
13
15
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
14
- value: !0
16
+ value: true
15
17
  }), mod);
16
18
  var index_exports = {};
17
19
  module.exports = __toCommonJS(index_exports);
@@ -5,15 +5,17 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __copyProps = (to, from, except, desc) => {
8
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ if (from && typeof from === "object" || typeof from === "function") {
9
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
9
10
  get: () => from[key],
10
11
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
12
  });
12
- return to;
13
- },
14
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
13
+ }
14
+ return to;
15
+ };
16
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
17
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
- value: !0
18
+ value: true
17
19
  }), mod);
18
20
  var index_exports = {};
19
21
  module.exports = __toCommonJS(index_exports);
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","module","exports","__reExport","require"],"sources":["../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAP,YAAc,CAAAK,aAAA;AACdG,UAAA,CAAAH,aAAA,EAAcI,OAAA,oCAAAH,MADd,CAAAC,OAAA;AAEAC,UAAA,CAAAH,aAAA,EAAcI,OAAA,oCAFd,GAAAH,MAAA,CAAAC,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__copyProps","to","from","except","desc","key","call","get","enumerable","__reExport","target","mod","secondTarget","__toCommonJS","value","index_exports","module","exports","require"],"sources":["index.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, \"default\"), secondTarget && __copyProps(secondTarget, mod, \"default\"));\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar index_exports = {};\nmodule.exports = __toCommonJS(index_exports);\n__reExport(index_exports, require(\"./readTamaguiOptions\"), module.exports);\n__reExport(index_exports, require(\"./getTamaguiDefaultPath\"), module.exports);\n__reExport(index_exports, require(\"./getTamaguiOptions\"), module.exports);\n//# sourceMappingURL=index.js.map\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAGC,MAAM,CAACC,cAAc;AACrC,IAAIC,gBAAgB,GAAGF,MAAM,CAACG,wBAAwB;AACtD,IAAIC,iBAAiB,GAAGJ,MAAM,CAACK,mBAAmB;AAClD,IAAIC,YAAY,GAAGN,MAAM,CAACO,SAAS,CAACC,cAAc;AAClD,IAAIC,WAAW,GAAGA,CAACC,EAAE,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,KAAK;EAC5C,IAAIF,IAAI,IAAI,OAAOA,IAAI,KAAK,QAAQ,IAAI,OAAOA,IAAI,KAAK,UAAU,EAAE;IAClE,KAAK,IAAIG,GAAG,IAAIV,iBAAiB,CAACO,IAAI,CAAC,EACrC,IAAI,CAACL,YAAY,CAACS,IAAI,CAACL,EAAE,EAAEI,GAAG,CAAC,IAAIA,GAAG,KAAKF,MAAM,EAC/Cb,SAAS,CAACW,EAAE,EAAEI,GAAG,EAAE;MAAEE,GAAG,EAAEA,CAAA,KAAML,IAAI,CAACG,GAAG,CAAC;MAAEG,UAAU,EAAE,EAAEJ,IAAI,GAAGX,gBAAgB,CAACS,IAAI,EAAEG,GAAG,CAAC,CAAC,IAAID,IAAI,CAACI;IAAW,CAAC,CAAC;EACxH;EACA,OAAOP,EAAE;AACX,CAAC;AACD,IAAIQ,UAAU,GAAGA,CAACC,MAAM,EAAEC,GAAG,EAAEC,YAAY,MAAMZ,WAAW,CAACU,MAAM,EAAEC,GAAG,EAAE,SAAS,CAAC,EAAEC,YAAY,IAAIZ,WAAW,CAACY,YAAY,EAAED,GAAG,EAAE,SAAS,CAAC,CAAC;AAChJ,IAAIE,YAAY,GAAIF,GAAG,IAAKX,WAAW,CAACV,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAEwB,KAAK,EAAE;AAAK,CAAC,CAAC,EAAEH,GAAG,CAAC;AAC1F,IAAII,aAAa,GAAG,CAAC,CAAC;AACtBC,MAAM,CAACC,OAAO,GAAGJ,YAAY,CAACE,aAAa,CAAC;AAC5CN,UAAU,CAACM,aAAa,EAAEG,OAAO,CAAC,gCAAsB,CAAC,EAAEF,MAAM,CAACC,OAAO,CAAC;AAC1ER,UAAU,CAACM,aAAa,EAAEG,OAAO,CAAC,mCAAyB,CAAC,EAAEF,MAAM,CAACC,OAAO,CAAC;AAC7ER,UAAU,CAACM,aAAa,EAAEG,OAAO,CAAC,+BAAqB,CAAC,EAAEF,MAAM,CAACC,OAAO,CAAC","ignoreList":[]}
@@ -3,44 +3,50 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var readTamaguiOptions_exports = {};
22
24
  __export(readTamaguiOptions_exports, {
23
25
  readTamaguiOptions: () => readTamaguiOptions
24
26
  });
25
27
  module.exports = __toCommonJS(readTamaguiOptions_exports);
26
- var import_node_path = require("node:path"),
27
- import_fs_extra = require("fs-extra"),
28
- import_getDefaultTamaguiOptions = require("./getDefaultTamaguiOptions.cjs");
28
+ var import_node_path = require("node:path");
29
+ var import_fs_extra = require("fs-extra");
30
+ var import_getDefaultTamaguiOptions = require("./getDefaultTamaguiOptions.cjs");
29
31
  async function readTamaguiOptions({
30
32
  cwd = "."
31
33
  }) {
32
34
  const filePath = (0, import_node_path.join)(cwd, "tamagui.json");
33
- if (!(await (0, import_fs_extra.pathExists)(filePath))) return {
34
- exists: !1,
35
- options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
36
- cwd
37
- })
38
- };
35
+ if (!(await (0, import_fs_extra.pathExists)(filePath))) {
36
+ return {
37
+ exists: false,
38
+ options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
39
+ cwd
40
+ })
41
+ };
42
+ }
39
43
  try {
40
44
  const options = await (0, import_fs_extra.readJSON)(filePath);
41
- if (!Array.isArray(options.components)) throw new Error("Invalid components: not string[]");
45
+ if (!Array.isArray(options.components)) {
46
+ throw new Error(`Invalid components: not string[]`);
47
+ }
42
48
  return {
43
- exists: !0,
49
+ exists: true,
44
50
  options: {
45
51
  ...(!options.config && (await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
46
52
  cwd
@@ -49,8 +55,9 @@ async function readTamaguiOptions({
49
55
  }
50
56
  };
51
57
  } catch (err) {
52
- return console.error(`Error reading tamagui.json: ${err.message} ${err.stack}`), {
53
- exists: !1,
58
+ console.error(`Error reading tamagui.json: ${err.message} ${err.stack}`);
59
+ return {
60
+ exists: false,
54
61
  options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
55
62
  cwd
56
63
  })
@@ -5,45 +5,51 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
7
  var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: !0
11
- });
12
- },
13
- __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: true
11
+ });
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
15
16
  get: () => from[key],
16
17
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
18
  });
18
- return to;
19
- };
19
+ }
20
+ return to;
21
+ };
20
22
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: !0
23
+ value: true
22
24
  }), mod);
23
25
  var readTamaguiOptions_exports = {};
24
26
  __export(readTamaguiOptions_exports, {
25
27
  readTamaguiOptions: () => readTamaguiOptions
26
28
  });
27
29
  module.exports = __toCommonJS(readTamaguiOptions_exports);
28
- var import_path = require("path"),
29
- import_fs_extra = require("fs-extra"),
30
- import_getDefaultTamaguiOptions = require("./getDefaultTamaguiOptions.native.js");
30
+ var import_path = require("path");
31
+ var import_fs_extra = require("fs-extra");
32
+ var import_getDefaultTamaguiOptions = require("./getDefaultTamaguiOptions.native.js");
31
33
  async function readTamaguiOptions(param) {
32
34
  var {
33
- cwd = "."
34
- } = param,
35
- filePath = (0, import_path.join)(cwd, "tamagui.json");
36
- if (!(await (0, import_fs_extra.pathExists)(filePath))) return {
37
- exists: !1,
38
- options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
39
- cwd
40
- })
41
- };
35
+ cwd = "."
36
+ } = param;
37
+ var filePath = (0, import_path.join)(cwd, "tamagui.json");
38
+ if (!(await (0, import_fs_extra.pathExists)(filePath))) {
39
+ return {
40
+ exists: false,
41
+ options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
42
+ cwd
43
+ })
44
+ };
45
+ }
42
46
  try {
43
47
  var options = await (0, import_fs_extra.readJSON)(filePath);
44
- if (!Array.isArray(options.components)) throw new Error("Invalid components: not string[]");
48
+ if (!Array.isArray(options.components)) {
49
+ throw new Error(`Invalid components: not string[]`);
50
+ }
45
51
  return {
46
- exists: !0,
52
+ exists: true,
47
53
  options: {
48
54
  ...(!options.config && (await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
49
55
  cwd
@@ -52,8 +58,9 @@ async function readTamaguiOptions(param) {
52
58
  }
53
59
  };
54
60
  } catch (err) {
55
- return console.error(`Error reading tamagui.json: ${err.message} ${err.stack}`), {
56
- exists: !1,
61
+ console.error(`Error reading tamagui.json: ${err.message} ${err.stack}`);
62
+ return {
63
+ exists: false,
57
64
  options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({
58
65
  cwd
59
66
  })
@@ -1 +1 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","readTamaguiOptions_exports","__export","readTamaguiOptions","module","exports","import_path","require","import_fs_extra","import_getDefaultTamaguiOptions","param","cwd","filePath","join","pathExists","exists","options","getDefaultTamaguiOptions","readJSON","Array","isArray","components","Error","config","err","console","error","message","stack"],"sources":["../src/readTamaguiOptions.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,0BAAA;AAAAC,QAAA,CAAAD,0BAAA;EAAAE,kBAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAqB,CAAAK,0BAGrB;AAIA,IAAAK,WAAsB,GAAAC,OAAA;EAAmBC,eAGtC,GAAAD,OAAA;EAAAE,+BAAA,GAAAF,OAAA;AACD,eAAMJ,kBAAWA,CAAAO,KAAA;EAEjB,IAAI;MAAEC,GAAA;IAAM,IAAAD,KAAA;IAAAE,QAAA,OAAAN,WAAmB,CAAAO,IAAA,EAAAF,GAAA;EAC7B,YAAO,IAAAH,eAAA,CAAAM,UAAA,EAAAF,QAAA,WACL;IACAG,MAAA,GAAS;IACXC,OAAA,YAAAP,+BAAA,CAAAQ,wBAAA;MAGEN;IACF;EAEA;EACE;IAGF,IAAAK,OAAO,aAAAR,eAAA,CAAAU,QAAA,EAAAN,QAAA;IAAA,IACL,CAAAO,KAAQ,CAAAC,OAAA,CAAAJ,OAAA,CAAAK,UAAA,GACR,UAASC,KAAA;IAAA,OACH;MAA0DP,MAC3D;MACLC,OAAA;QACF,KAAAA,OAAA,CAAAO,MAAA,eAAAd,+BAAA,CAAAQ,wBAAA;UACFN;QACE;QAGE,GAAAK;MACA;IACF;EACF,SAAAQ,GAAA;IACF,OAAAC,OAAA,CAAAC,KAAA,gCAAAF,GAAA,CAAAG,OAAA,IAAAH,GAAA,CAAAI,KAAA","ignoreList":[]}
1
+ {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","readTamaguiOptions_exports","readTamaguiOptions","module","exports","import_path","require","import_fs_extra","import_getDefaultTamaguiOptions","param","cwd","filePath","join","pathExists","exists","options","getDefaultTamaguiOptions","readJSON","Array","isArray","components","Error","config","err","console","error","message","stack"],"sources":["readTamaguiOptions.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar readTamaguiOptions_exports = {};\n__export(readTamaguiOptions_exports, {\n readTamaguiOptions: () => readTamaguiOptions\n});\nmodule.exports = __toCommonJS(readTamaguiOptions_exports);\nvar import_path = require(\"path\");\nvar import_fs_extra = require(\"fs-extra\");\nvar import_getDefaultTamaguiOptions = require(\"./getDefaultTamaguiOptions\");\nasync function readTamaguiOptions(param) {\n var { cwd = \".\" } = param;\n var filePath = (0, import_path.join)(cwd, \"tamagui.json\");\n if (!await (0, import_fs_extra.pathExists)(filePath)) {\n return {\n exists: false,\n options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({\n cwd\n })\n };\n }\n try {\n var options = await (0, import_fs_extra.readJSON)(filePath);\n if (!Array.isArray(options.components)) {\n throw new Error(`Invalid components: not string[]`);\n }\n return {\n exists: true,\n options: {\n ...!options.config && await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({\n cwd\n }),\n ...options\n }\n };\n } catch (err) {\n console.error(`Error reading tamagui.json: ${err.message} ${err.stack}`);\n return {\n exists: false,\n options: await (0, import_getDefaultTamaguiOptions.getDefaultTamaguiOptions)({\n cwd\n })\n };\n }\n}\n//# sourceMappingURL=readTamaguiOptions.js.map\n"],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/helpers-node",
3
- "version": "2.0.0-rc.36",
3
+ "version": "2.0.0-rc.36-1775243248161",
4
4
  "source": "src/index.ts",
5
5
  "files": [
6
6
  "src",
@@ -20,10 +20,10 @@
20
20
  "clean:build": "tamagui-build clean:build"
21
21
  },
22
22
  "dependencies": {
23
- "@tamagui/types": "2.0.0-rc.36"
23
+ "@tamagui/types": "2.0.0-rc.36-1775243248161"
24
24
  },
25
25
  "devDependencies": {
26
- "@tamagui/build": "2.0.0-rc.36",
26
+ "@tamagui/build": "2.0.0-rc.36-1775243248161",
27
27
  "fs-extra": "^11.2.0"
28
28
  }
29
29
  }