@barefootjs/jinja 0.35.2 → 0.35.3
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/jinja",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.3",
|
|
4
4
|
"description": "Jinja2 adapter for BarefootJS — compiles IR to .jinja templates and ships the Python BarefootJS rendering runtime; runs under any Python web framework (Flask, etc.)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"directory": "packages/adapter-jinja"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@barefootjs/shared": "0.35.
|
|
56
|
+
"@barefootjs/shared": "0.35.3"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@barefootjs/jsx": ">=0.2.0",
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@barefootjs/adapter-tests": "0.1.0",
|
|
73
|
-
"@barefootjs/jsx": "0.35.
|
|
74
|
-
"@barefootjs/vite": "0.35.
|
|
75
|
-
"@barefootjs/client": "0.35.
|
|
73
|
+
"@barefootjs/jsx": "0.35.3",
|
|
74
|
+
"@barefootjs/vite": "0.35.3",
|
|
75
|
+
"@barefootjs/client": "0.35.3",
|
|
76
76
|
"typescript": "^5.0.0",
|
|
77
77
|
"vite": "^6.0.0"
|
|
78
78
|
}
|