@tamagui/babel-plugin 2.0.0-rc.3 → 2.0.0-rc.31

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/esm/index.js CHANGED
@@ -1,6 +1,4 @@
1
1
  import { getBabelPlugin } from "@tamagui/static-sync";
2
2
  var index_default = getBabelPlugin();
3
- export {
4
- index_default as default
5
- };
3
+ export { index_default as default };
6
4
  //# sourceMappingURL=index.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "mappings": "AAAA,SAAS,sBAAsB;AAG/B,IAAO,gBAAQ,eAAe;",
5
- "names": []
6
- }
1
+ {"version":3,"names":["getBabelPlugin","index_default"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,cAAA,QAAsB;AAG/B,IAAOC,aAAA,GAAQD,cAAA,CAAe","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/babel-plugin",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0-rc.31",
4
4
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
5
5
  "license": "MIT",
6
6
  "source": "src/index.ts",
@@ -27,10 +27,10 @@
27
27
  "@babel/helper-plugin-utils": "^7.24.8",
28
28
  "@babel/template": "^7.25.0",
29
29
  "@babel/traverse": "^7.25.4",
30
- "@tamagui/static-sync": "2.0.0-rc.3"
30
+ "@tamagui/static-sync": "2.0.0-rc.31"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@babel/types": "^7.25.4",
34
- "@tamagui/build": "2.0.0-rc.3"
34
+ "@tamagui/build": "2.0.0-rc.31"
35
35
  }
36
36
  }
@@ -4,8 +4,8 @@
4
4
  "sources": [
5
5
  "src/index.ts"
6
6
  ],
7
+ "version": 3,
7
8
  "sourcesContent": [
8
9
  "import { getBabelPlugin } from '@tamagui/static-sync'\nimport type babel from '@babel/core'\n\nexport default getBabelPlugin() as babel.PluginObj\n"
9
- ],
10
- "version": 3
10
+ ]
11
11
  }
@@ -1,28 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
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, {
13
- get: () => from[key],
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- return to;
17
- };
18
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
20
- }), mod);
21
- var index_exports = {};
22
- __export(index_exports, {
23
- default: () => index_default
24
- });
25
- module.exports = __toCommonJS(index_exports);
26
- var import_static_sync = require("@tamagui/static-sync"),
27
- index_default = (0, import_static_sync.getBabelPlugin)();
28
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["index_exports","__export","default","index_default","module","exports","__toCommonJS","import_static_sync","require","getBabelPlugin"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAN,aAAA;AAAA,IAAAO,kBAAA,GAA+BC,OAAA;EAGxBL,aAAA,OAAQI,kBAAA,CAAAE,cAAA,EAAe","ignoreList":[]}