@kubb/renderer-jsx 5.0.0-beta.107 → 5.0.0-beta.109
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,9 +1,2 @@
|
|
|
1
|
-
import { t as __name } from "./rolldown-runtime-C0LytTxp.js";
|
|
2
|
-
import { i as KubbReactNode, r as KubbReactElement } from "./types-seYG0czS.js";
|
|
3
1
|
import { Fragment, JSX, jsxDEV } from "./jsx-runtime.js";
|
|
4
|
-
|
|
5
|
-
type JSXElement = KubbReactElement;
|
|
6
|
-
type ReactNode = KubbReactNode;
|
|
7
|
-
//#endregion
|
|
8
|
-
export { Fragment, type JSX, JSXElement, ReactNode, jsxDEV };
|
|
9
|
-
//# sourceMappingURL=jsx-dev-runtime.d.ts.map
|
|
2
|
+
export { Fragment, type JSX, jsxDEV };
|
package/dist/jsx-runtime.d.ts
CHANGED
|
@@ -81,8 +81,6 @@ declare function createElement(type: unknown, props: Record<string, unknown> | n
|
|
|
81
81
|
declare const jsx: typeof createElement;
|
|
82
82
|
declare const jsxs: typeof createElement;
|
|
83
83
|
declare const jsxDEV: typeof createElement;
|
|
84
|
-
type JSXElement = KubbReactElement;
|
|
85
|
-
type ReactNode = KubbReactNode;
|
|
86
84
|
//#endregion
|
|
87
|
-
export { Fragment, type JSX,
|
|
85
|
+
export { Fragment, type JSX, jsx, jsxDEV, jsxs };
|
|
88
86
|
//# sourceMappingURL=jsx-runtime.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/renderer-jsx",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.109",
|
|
4
4
|
"description": "Self-contained synchronous JSX renderer for Kubb. Turns JSX into FileNodes with built-in components (File, Function, Type, Const). An alternative for the ast.factory syntax.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"codegen",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
71
|
"yaml": "^2.9.0",
|
|
72
|
-
"@kubb/kit": "5.0.0-beta.
|
|
72
|
+
"@kubb/kit": "5.0.0-beta.109"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=22"
|