@tamagui/babel-plugin 1.123.3 → 1.123.5

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/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@tamagui/babel-plugin",
3
- "version": "1.123.3",
3
+ "version": "1.123.5",
4
4
  "source": "src/index.ts",
5
5
  "types": "./types/index.d.ts",
6
- "main": "dist/cjs/index.cjs",
6
+ "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm",
8
8
  "files": [
9
9
  "src",
@@ -15,8 +15,8 @@
15
15
  "access": "public"
16
16
  },
17
17
  "scripts": {
18
- "build": "tamagui-build",
19
- "watch": "tamagui-build --watch",
18
+ "build": "tamagui-build --skip-native",
19
+ "watch": "tamagui-build --skip-native --watch",
20
20
  "lint": "biome check src",
21
21
  "lint:fix": "biome check --write src",
22
22
  "clean": "tamagui-build clean",
@@ -28,11 +28,11 @@
28
28
  "@babel/helper-plugin-utils": "^7.24.8",
29
29
  "@babel/template": "^7.25.0",
30
30
  "@babel/traverse": "^7.25.4",
31
- "@tamagui/static": "1.123.3"
31
+ "@tamagui/static": "1.123.5"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@babel/types": "^7.25.4",
35
- "@tamagui/build": "1.123.3"
35
+ "@tamagui/build": "1.123.5"
36
36
  },
37
37
  "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14"
38
- }
38
+ }
@@ -1,27 +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 = require("@tamagui/static"),
27
- index_default = (0, import_static.getBabelPlugin)();
@@ -1,22 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var index_exports = {};
17
- __export(index_exports, {
18
- default: () => index_default
19
- });
20
- module.exports = __toCommonJS(index_exports);
21
- var import_static = require("@tamagui/static"), index_default = (0, import_static.getBabelPlugin)();
22
- //# sourceMappingURL=index.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/compiler/babel-plugin/src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;;;;;oBAA+B,4BAG/B,oBAAeA,8BAAAA;",
5
- "names": ["getBabelPlugin"]
6
- }
@@ -1,6 +0,0 @@
1
- import { getBabelPlugin } from "@tamagui/static";
2
- var index_default = getBabelPlugin();
3
- export {
4
- index_default as default
5
- };
6
- //# sourceMappingURL=index.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/compiler/babel-plugin/src/index.ts"],
4
- "mappings": "AAAA,SAASA,sBAAsB;AAG/B,IAAA,gBAAeA,eAAAA;",
5
- "names": ["getBabelPlugin"]
6
- }