@tamagui/build 2.3.1 → 2.3.2-1782110552417
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ node ../../../tamagui-build.js
|
|
2
|
-
built tamagui-build-test-js-main-package in
|
|
2
|
+
built tamagui-build-test-js-main-package in 6654 ms
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ node ../../../tamagui-build.js
|
|
2
|
-
built tamagui-build-test-simple-tpackage in
|
|
2
|
+
built tamagui-build-test-simple-tpackage in 3347 ms
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
$ node ../../../tamagui-build.js
|
|
2
|
-
built tamagui-build-test-watch-package in
|
|
2
|
+
built tamagui-build-test-watch-package in 2800 ms
|
|
@@ -204,6 +204,10 @@ describe('tamagui-build integration test', () => {
|
|
|
204
204
|
|
|
205
205
|
expect(nativeOutput).toContain('getNativeOnlyMarker')
|
|
206
206
|
expect(nativeOnlyOutput).toContain('native-import-marker')
|
|
207
|
+
expect(nativeOutput).toContain('from "./nativeOnly.native.js"')
|
|
208
|
+
expect(nativeOutput).toContain('from "./nested/index.native.js"')
|
|
209
|
+
expect(nativeOutput).not.toContain('from "./nativeOnly"')
|
|
210
|
+
expect(nativeOutput).not.toContain('from "./nested"')
|
|
207
211
|
})
|
|
208
212
|
|
|
209
213
|
it('should keep side-effectful native statements outside dev-only guards', async () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/build",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2-1782110552417",
|
|
4
4
|
"gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tamagui-build": "tamagui-build.js",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@babel/core": "^7.25.2",
|
|
18
18
|
"@babel/preset-typescript": "^7.26.0",
|
|
19
19
|
"@swc/core": "^1.14.0",
|
|
20
|
-
"@tamagui/babel-plugin-fully-specified": "2.3.
|
|
20
|
+
"@tamagui/babel-plugin-fully-specified": "2.3.2-1782110552417",
|
|
21
21
|
"@types/fs-extra": "^9.0.13",
|
|
22
22
|
"baseline-browser-mapping": "^2.9.15",
|
|
23
23
|
"chokidar": "^3.5.2",
|