@tamagui/build 2.7.3 → 2.7.4
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,7 +1,7 @@
|
|
|
1
1
|
$ bun run test
|
|
2
2
|
$ vitest --run
|
|
3
3
|
|
|
4
|
-
RUN v4.0
|
|
4
|
+
RUN v4.1.0 /Users/n8/tamagui/code/packages/build
|
|
5
5
|
|
|
6
6
|
$ node ../../../tamagui-build.js
|
|
7
7
|
$ node ../../../tamagui-build.js --bundle
|
|
@@ -9,12 +9,12 @@ $ node ../../../tamagui-build.js --skip-mjs
|
|
|
9
9
|
$ node ../../../tamagui-build.js --skip-sourcemaps
|
|
10
10
|
$ node ../../../tamagui-build.js --ignore-base-url
|
|
11
11
|
stdout | __tests__/integration.test.ts > tamagui-build integration test > should rebuild the package on file change when --watch is used
|
|
12
|
-
Watch process output: built tamagui-build-test-watch-package in
|
|
12
|
+
Watch process output: built tamagui-build-test-watch-package in 75 ms
|
|
13
13
|
|
|
14
14
|
Initial build complete, modifying file...
|
|
15
15
|
|
|
16
16
|
stdout | __tests__/integration.test.ts > tamagui-build integration test > should rebuild the package on file change when --watch is used
|
|
17
|
-
Watch process output: built tamagui-build-test-watch-package in
|
|
17
|
+
Watch process output: built tamagui-build-test-watch-package in 337 ms
|
|
18
18
|
|
|
19
19
|
Rebuild after file modification complete
|
|
20
20
|
|
|
@@ -22,28 +22,30 @@ $ node ../../../tamagui-build.js
|
|
|
22
22
|
$ node ../../../tamagui-build.js
|
|
23
23
|
$ node ../../../tamagui-build.js
|
|
24
24
|
$ node ../../../tamagui-build.js
|
|
25
|
+
$ node ../../../tamagui-build.js
|
|
25
26
|
$ MINIFY=true node ../../../tamagui-build.js
|
|
26
27
|
$ node ../../../tamagui-build.js
|
|
27
28
|
$ node ../../../tamagui-build.js
|
|
28
29
|
$ node ../../../tamagui-build.js
|
|
29
30
|
$ node ../../../tamagui-build.js
|
|
30
|
-
✓ __tests__/integration.test.ts (
|
|
31
|
-
✓ should build the package correctly
|
|
32
|
-
✓ should bundle the package correctly
|
|
33
|
-
✓ should skip mjs files when --skip-mjs is used
|
|
34
|
-
✓ should skip sourcemaps when --skip-sourcemaps is used
|
|
35
|
-
✓ should ignore base URL when --ignore-base-url is used
|
|
36
|
-
✓ should rebuild the package on file change when --watch is used
|
|
37
|
-
✓ should generate correct platform-specific output
|
|
38
|
-
✓ should prune imports left unused after platform DCE
|
|
39
|
-
✓ should
|
|
40
|
-
✓ should
|
|
41
|
-
✓ should
|
|
42
|
-
✓ should
|
|
43
|
-
✓ should keep
|
|
31
|
+
✓ __tests__/integration.test.ts (14 tests) 15761ms
|
|
32
|
+
✓ should build the package correctly 738ms
|
|
33
|
+
✓ should bundle the package correctly 590ms
|
|
34
|
+
✓ should skip mjs files when --skip-mjs is used 660ms
|
|
35
|
+
✓ should skip sourcemaps when --skip-sourcemaps is used 649ms
|
|
36
|
+
✓ should ignore base URL when --ignore-base-url is used 659ms
|
|
37
|
+
✓ should rebuild the package on file change when --watch is used 754ms
|
|
38
|
+
✓ should generate correct platform-specific output 701ms
|
|
39
|
+
✓ should prune imports left unused after platform DCE 742ms
|
|
40
|
+
✓ should emit a real require() (not the throwing __require shim) for native esm 880ms
|
|
41
|
+
✓ should keep side-effectful native statements outside dev-only guards 761ms
|
|
42
|
+
✓ should minify the output when MINIFY=true is set 1337ms
|
|
43
|
+
✓ should clean stale outputs before building 1312ms
|
|
44
|
+
✓ should keep only the required js aliases after postprocessing 2407ms
|
|
45
|
+
✓ should keep explicit cjs .js mains as final output 3521ms
|
|
44
46
|
|
|
45
47
|
Test Files 1 passed (1)
|
|
46
|
-
Tests
|
|
47
|
-
Start at
|
|
48
|
-
Duration
|
|
48
|
+
Tests 14 passed (14)
|
|
49
|
+
Start at 18:52:02
|
|
50
|
+
Duration 15.86s (transform 20ms, setup 0ms, import 27ms, tests 15.76s, environment 0ms)
|
|
49
51
|
|
|
@@ -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 2035 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 1117 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 912 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/build",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.4",
|
|
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.7.
|
|
20
|
+
"@tamagui/babel-plugin-fully-specified": "2.7.4",
|
|
21
21
|
"@types/fs-extra": "^9.0.13",
|
|
22
22
|
"baseline-browser-mapping": "^2.9.15",
|
|
23
23
|
"chokidar": "^3.5.2",
|