@barefootjs/rust 0.35.2 → 0.35.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.
- package/dist/vite.js +4 -4
- package/package.json +5 -5
package/dist/vite.js
CHANGED
|
@@ -3473,8 +3473,11 @@ function matchSearchParamsMethodCall(callee, args, localNames) {
|
|
|
3473
3473
|
// ../jsx/src/ir-to-client-js/prune-unused-prop-extractions.ts
|
|
3474
3474
|
import ts19 from "typescript";
|
|
3475
3475
|
|
|
3476
|
-
// ../jsx/src/ir-to-client-js/
|
|
3476
|
+
// ../jsx/src/ir-to-client-js/emit-reactive.ts
|
|
3477
3477
|
import ts20 from "typescript";
|
|
3478
|
+
|
|
3479
|
+
// ../jsx/src/ir-to-client-js/control-flow/plan/lazy-preamble.ts
|
|
3480
|
+
import ts21 from "typescript";
|
|
3478
3481
|
var NO_PREAMBLE = {
|
|
3479
3482
|
lazySafe: true,
|
|
3480
3483
|
facts: { declaredNames: new Set, freeNames: new Set }
|
|
@@ -3523,9 +3526,6 @@ var INERT_BINDING_GLOBALS = new Set([
|
|
|
3523
3526
|
"decodeURI"
|
|
3524
3527
|
]);
|
|
3525
3528
|
|
|
3526
|
-
// ../jsx/src/ir-to-client-js/emit-reactive.ts
|
|
3527
|
-
import ts21 from "typescript";
|
|
3528
|
-
|
|
3529
3529
|
// ../jsx/src/ir-to-client-js/control-flow/stringify/event-delegation.ts
|
|
3530
3530
|
var NON_BUBBLING_EVENTS = new Set([
|
|
3531
3531
|
"blur",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barefootjs/rust",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.4",
|
|
4
4
|
"description": "minijinja (Rust) adapter for BarefootJS — compiles IR to .j2 templates and ships a Rust rendering runtime (packages/adapter-rust/runtime/); runs under any Rust web framework (axum, etc.)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"directory": "packages/adapter-rust"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@barefootjs/shared": "0.35.
|
|
57
|
+
"@barefootjs/shared": "0.35.4"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"@barefootjs/jsx": ">=0.2.0",
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@barefootjs/adapter-tests": "0.1.0",
|
|
74
|
-
"@barefootjs/jsx": "0.35.
|
|
75
|
-
"@barefootjs/vite": "0.35.
|
|
76
|
-
"@barefootjs/client": "0.35.
|
|
74
|
+
"@barefootjs/jsx": "0.35.4",
|
|
75
|
+
"@barefootjs/vite": "0.35.4",
|
|
76
|
+
"@barefootjs/client": "0.35.4",
|
|
77
77
|
"typescript": "^5.0.0",
|
|
78
78
|
"vite": "^6.0.0"
|
|
79
79
|
}
|