@tamagui/build 2.0.0-rc.20 → 2.0.0-rc.21
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/.turbo/turbo-test.log
CHANGED
|
@@ -7,29 +7,29 @@ $ node ../../../tamagui-build.js --bundle
|
|
|
7
7
|
$ node ../../../tamagui-build.js --skip-mjs
|
|
8
8
|
$ node ../../../tamagui-build.js --ignore-base-url
|
|
9
9
|
[90mstdout[2m | __tests__/integration.test.ts[2m > [22m[2mtamagui-build integration test[2m > [22m[2mshould rebuild the package on file change when --watch is used
|
|
10
|
-
[22m[39mWatch process output: built tamagui-build-test-watch-package in
|
|
10
|
+
[22m[39mWatch process output: built tamagui-build-test-watch-package in 87 ms
|
|
11
11
|
|
|
12
12
|
Initial build complete, modifying file...
|
|
13
13
|
|
|
14
14
|
[90mstdout[2m | __tests__/integration.test.ts[2m > [22m[2mtamagui-build integration test[2m > [22m[2mshould rebuild the package on file change when --watch is used
|
|
15
|
-
[22m[39mWatch process output: built tamagui-build-test-watch-package in
|
|
15
|
+
[22m[39mWatch process output: built tamagui-build-test-watch-package in 383 ms
|
|
16
16
|
|
|
17
17
|
Rebuild after file modification complete
|
|
18
18
|
|
|
19
19
|
$ node ../../../tamagui-build.js
|
|
20
20
|
$ node ../../../tamagui-build.js
|
|
21
21
|
$ MINIFY=true node ../../../tamagui-build.js
|
|
22
|
-
[32m✓[39m __tests__/integration.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
23
|
-
[33m[2m✓[22m[39m should build the package correctly [33m
|
|
24
|
-
[33m[2m✓[22m[39m should bundle the package correctly [33m
|
|
25
|
-
[33m[2m✓[22m[39m should skip mjs files when --skip-mjs is used [33m
|
|
26
|
-
[33m[2m✓[22m[39m should ignore base URL when --ignore-base-url is used [33m
|
|
27
|
-
[33m[2m✓[22m[39m should rebuild the package on file change when --watch is used [33m
|
|
28
|
-
[33m[2m✓[22m[39m should generate correct platform-specific output [33m
|
|
29
|
-
[33m[2m✓[22m[39m should minify the output when MINIFY=true is set [33m
|
|
22
|
+
[32m✓[39m __tests__/integration.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 5427[2mms[22m[39m
|
|
23
|
+
[33m[2m✓[22m[39m should build the package correctly [33m 628[2mms[22m[39m
|
|
24
|
+
[33m[2m✓[22m[39m should bundle the package correctly [33m 590[2mms[22m[39m
|
|
25
|
+
[33m[2m✓[22m[39m should skip mjs files when --skip-mjs is used [33m 642[2mms[22m[39m
|
|
26
|
+
[33m[2m✓[22m[39m should ignore base URL when --ignore-base-url is used [33m 639[2mms[22m[39m
|
|
27
|
+
[33m[2m✓[22m[39m should rebuild the package on file change when --watch is used [33m 1016[2mms[22m[39m
|
|
28
|
+
[33m[2m✓[22m[39m should generate correct platform-specific output [33m 641[2mms[22m[39m
|
|
29
|
+
[33m[2m✓[22m[39m should minify the output when MINIFY=true is set [33m 1246[2mms[22m[39m
|
|
30
30
|
|
|
31
31
|
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
32
32
|
[2m Tests [22m [1m[32m7 passed[39m[22m[90m (7)[39m
|
|
33
|
-
[2m Start at [22m
|
|
34
|
-
[2m Duration [22m 5.
|
|
33
|
+
[2m Start at [22m 20:15:11
|
|
34
|
+
[2m Duration [22m 5.55s[2m (transform 40ms, setup 0ms, collect 45ms, tests 5.43s, environment 0ms, prepare 2ms)[22m
|
|
35
35
|
|
|
@@ -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 659 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 755 ms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/build",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.21",
|
|
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.0.0-rc.
|
|
20
|
+
"@tamagui/babel-plugin-fully-specified": "2.0.0-rc.21",
|
|
21
21
|
"@types/fs-extra": "^9.0.13",
|
|
22
22
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
23
23
|
"baseline-browser-mapping": "^2.9.15",
|
package/tamagui-build.js
CHANGED
|
@@ -442,7 +442,7 @@ async function buildTsc(allFiles) {
|
|
|
442
442
|
const compilerOptions = createCompilerOptions(config.options, targetDir)
|
|
443
443
|
|
|
444
444
|
if (config.options.isolatedDeclarations) {
|
|
445
|
-
const oxc =
|
|
445
|
+
const oxc = await import('oxc-transform')
|
|
446
446
|
|
|
447
447
|
const results = await Promise.all(
|
|
448
448
|
allFiles.map(async (file) => {
|