solid-jsx-oxc 0.1.0-alpha.8 → 0.1.0-alpha.9

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/binding.d.ts CHANGED
@@ -9,6 +9,7 @@ export interface JsTransformOptions {
9
9
  moduleName?: string
10
10
  /**
11
11
  * Generate mode: "dom", "ssr", or "universal"
12
+ * Note: "universal" is currently treated as "dom" (not a separate universal renderer output).
12
13
  * @default "dom"
13
14
  */
14
15
  generate?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solid-jsx-oxc",
3
- "version": "0.1.0-alpha.8",
3
+ "version": "0.1.0-alpha.9",
4
4
  "description": "OXC-based JSX compiler for SolidJS",
5
5
  "type": "module",
6
6
  "main": "index.js",
Binary file