jsx-repl 0.0.12 → 0.0.13

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.
@@ -13,48 +13,7 @@ declare const _default: (__props: typeof __ctx.props & {
13
13
  };
14
14
  render: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
15
  [key: string]: any;
16
- }> | import("vue").VaporRenderResult<import("vue").Block>[] | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, {
17
- [x: string]: (...args: any[]) => import("vue").Block;
18
- }, Record<string, any>, Node, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, {
19
- [x: string]: (...args: any[]) => import("vue").Block;
20
- }, Record<string, any>, import("vue").VaporFragment<import("vue").Block>, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, {
21
- [x: string]: (...args: any[]) => import("vue").Block;
22
- }, Record<string, any>, {
23
- anchor: Node;
24
- scope: import("vue").EffectScope | undefined;
25
- current?: (...args: any[]) => import("vue").Block;
26
- pending?: {
27
- render?: (...args: any[]) => import("vue").Block;
28
- key: any;
29
- };
30
- fallback?: (...args: any[]) => import("vue").Block;
31
- anchorLabel?: string;
32
- keyed?: boolean;
33
- attrs?: Record<string, any>;
34
- setAsyncRef?: (instance: import("vue").VaporComponentInstance) => void;
35
- getScope?: (key: any) => import("vue").EffectScope | undefined;
36
- onBeforeTeardown?: ((oldKey: any, nodes: import("vue").Block, scope: import("vue").EffectScope) => boolean)[];
37
- onBeforeMount?: ((newKey: any, nodes: import("vue").Block, scope: import("vue").EffectScope) => void)[];
38
- slotOwner: import("vue").VaporComponentInstance | null;
39
- update(render?: (...args: any[]) => import("vue").Block, key?: any): void;
40
- renderBranch(render: ((...args: any[]) => import("vue").Block) | undefined, transition: import("vue").VaporTransitionHooks | undefined, parent: ParentNode | null, instance: import("vue").GenericComponentInstance | null): void;
41
- hydrate: (isEmpty?: boolean) => void;
42
- $key?: any;
43
- $transition?: import("vue").VaporTransitionHooks | undefined;
44
- nodes: import("vue").Block;
45
- vnode?: VNode | null;
46
- parentComponent?: import("vue").GenericComponentInstance | null;
47
- insert?: (parent: ParentNode, anchor: Node | null, transitionHooks?: import("vue").TransitionHooks) => void;
48
- remove?: (parent?: ParentNode, transitionHooks?: import("vue").TransitionHooks) => void;
49
- setRef?: (instance: import("vue").VaporComponentInstance, ref: string | globalThis.Ref<any, any> | ((ref: Element | import("vue").VaporComponentInstance, refs: Record<string, any>) => void), refFor: boolean, refKey: string | undefined) => void;
50
- onUpdated?: ((nodes?: import("vue").Block) => void)[];
51
- }, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, {
52
- [x: string]: (...args: any[]) => import("vue").Block;
53
- }, Record<string, any>, import("vue").VaporComponentInstance<{}, {}, {
54
- [x: string]: (...args: any[]) => import("vue").Block;
55
- }, Record<string, any>, import("vue").Block, Record<string, any>>, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, {
56
- [x: string]: (...args: any[]) => import("vue").Block;
57
- }, Record<string, any>, import("vue").Block[], Record<string, any>>;
16
+ }> | import("vue").VaporRenderResult<import("vue").Block>[] | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, import("vue").StaticSlots, Record<string, any>, Node, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, import("vue").StaticSlots, Record<string, any>, import("vue").VaporFragment<import("vue").Block>, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, import("vue").StaticSlots, Record<string, any>, import("vue").DynamicFragment, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, import("vue").StaticSlots, Record<string, any>, import("vue").VaporComponentInstance<{}, {}, import("vue").StaticSlots, Record<string, any>, import("vue").Block, Record<string, any>>, Record<string, any>> | import("vue").VaporComponentInstance<Readonly<import("vue").TransitionProps & {}>, {}, import("vue").StaticSlots, Record<string, any>, import("vue").Block[], Record<string, any>>;
58
17
  }) => typeof __ctx.render & {
59
18
  __ctx?: {
60
19
  props: typeof __ctx.props;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsx-repl",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "JSX REPL",
5
5
  "type": "module",
6
6
  "main": "dist/ssr-stub.js",
@@ -100,14 +100,14 @@
100
100
  "volar-plugin-ignore-attributes": "^0.2.6",
101
101
  "volar-service-typescript": "^0.0.64",
102
102
  "vscode-uri": "^3.1.0",
103
- "vue": "3.6.0-beta.3",
103
+ "vue": "3.6.0-beta.6",
104
104
  "vue-jsx-vapor": "^3.1.20"
105
105
  },
106
106
  "prisma": {
107
107
  "schema": "./server/prisma/schema.prisma"
108
108
  },
109
109
  "scripts": {
110
- "dev": "vite",
110
+ "dev": "DEV=true vite",
111
111
  "dev:lib": "DEV=true vite build -c vite.lib.config.ts --watch",
112
112
  "play": "pnpm run -C ./playground dev",
113
113
  "server:dev": "nitro dev",