@barefootjs/jsx 0.35.1 → 0.35.2
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barefootjs/jsx",
|
|
3
|
-
"version": "0.35.
|
|
3
|
+
"version": "0.35.2",
|
|
4
4
|
"description": "JSX compiler for BarefootJS - transforms JSX to server HTML + client JS",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"directory": "packages/jsx"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@barefootjs/shared": "0.35.
|
|
52
|
+
"@barefootjs/shared": "0.35.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@barefootjs/client": ">=0.2.0",
|
|
@@ -124,7 +124,7 @@ const ALLOWLIST: Record<string, Partial<Record<Pattern, number>>> = {
|
|
|
124
124
|
// passthrough, called only from `generateNewPropsFunction`'s
|
|
125
125
|
// `emitStaticChildInstances`), `computeDerivedConstFields` and
|
|
126
126
|
// `isStringExpr` (same `generateNewPropsFunction` constructor-context
|
|
127
|
-
// bucket), and `
|
|
127
|
+
// bucket), and `resolveModuleConstAsGo` (guarded in place by
|
|
128
128
|
// `isCurrentLoopItem`/`isOuterLoopParam`, both already `this.scope.lookup`-
|
|
129
129
|
// backed) — 3 are shape-1 (no live scope in the ctor-generation prepass)
|
|
130
130
|
// and 1 is already scope-guarded. The 5th, `renderLoop`'s loop-array
|