22
33exports [` tsc > arktype 1` ] = `
44"// arktype.d.ts
5- import * as _$arktype_internal_variants_object_ts0 from "arktype/internal/variants/object.ts";
6-
75//#region tests/fixtures/arktype.d.ts
8- declare const test: _$arktype_internal_variants_object_ts0 .ObjectType<{
6+ declare const test: import("arktype/internal/variants/object.ts") .ObjectType<{
97 test : string ;
108} , { } >;
119//#endregion
@@ -479,8 +477,6 @@ export { Unused };"
479477
480478exports[`tsc > vue-sfc w/ ts-compiler 1`] = `
481479"// main.d.ts
482- import * as _$_vue_runtime_core0 from "@vue/runtime-core";
483-
484480//#region tests/fixtures/vue-sfc/App.vue.d.ts
485481type __VLS_Props = {
486482 foo : string ;
@@ -490,30 +486,28 @@ declare global {
490486 foo: string ;
491487 }
492488}
493- declare const __VLS_export: _$_vue_runtime_core0 .DefineComponent<__VLS_Props, { } , { } , { } , { } , _$_vue_runtime_core0 .ComponentOptionsMixin, _$_vue_runtime_core0 .ComponentOptionsMixin, { } , string, _$_vue_runtime_core0 .PublicProps, Readonly<__VLS_Props > & Readonly<{ } >, { } , { } , { } , { } , string, _$_vue_runtime_core0 .ComponentProvideOptions, false, { } , any>;
489+ declare const __VLS_export: import("@vue/runtime-core") .DefineComponent<__VLS_Props, { } , { } , { } , { } , import("@vue/runtime-core") .ComponentOptionsMixin, import("@vue/runtime-core") .ComponentOptionsMixin, { } , string, import("@vue/runtime-core") .PublicProps, Readonly<__VLS_Props > & Readonly<{ } >, { } , { } , { } , { } , string, import("@vue/runtime-core") .ComponentProvideOptions, false, { } , any>;
494490declare const _default: typeof __VLS_export;
495491//#endregion
496492export { _default as App } ;"
497493`;
498494
499495exports[`tsc > vue-sfc w/ ts-compiler w/ vueCompilerOptions in tsconfig 1`] = `
500496"// main.d.ts
501- import * as _$vue from "vue";
502-
503497//#region tests/fixtures/vue-sfc-fallthrough/App.vue.d.ts
504- declare const __VLS_export: _$ vue.DefineComponent<{
498+ declare const __VLS_export: import(" vue") .DefineComponent<{
505499 foo : string ;
506500 bar ?: string | undefined ;
507501 innerHTML ?: string | undefined ;
508- class ?: _$ vue .ClassValue ;
509- style ?: _$ vue .StyleValue ;
502+ class ?: import (" vue ") .ClassValue ;
503+ style ?: import (" vue ") .StyleValue ;
510504 accesskey ?: string | undefined ;
511505 contenteditable ?: (boolean | "true " | "false ") | "inherit " | "plaintext -only " | undefined ;
512506 contextmenu ?: string | undefined ;
513507 dir ?: string | undefined ;
514508 draggable ?: (boolean | "true " | "false ") | undefined ;
515509 enterkeyhint ?: "enter " | "done " | "go " | "next " | "previous " | "search " | "send " | undefined ;
516- enterKeyHint ?: _$ vue .HTMLAttributes ["enterkeyhint "];
510+ enterKeyHint ?: import (" vue ") .HTMLAttributes ["enterkeyhint "];
517511 hidden ?: (boolean | "true " | "false ") | "" | "hidden " | "until -found " | undefined ;
518512 id ?: string | undefined ;
519513 inert ?: (boolean | "true " | "false ") | undefined ;
@@ -692,28 +686,28 @@ declare const __VLS_export: _$vue.DefineComponent<{
692686 onTransitionrun ?: ((payload : TransitionEvent ) => void ) | undefined ;
693687 onTransitionstart ?: ((payload : TransitionEvent ) => void ) | undefined ;
694688 key ?: PropertyKey | undefined ;
695- ref ?: _$ vue .VNodeRef | undefined ;
689+ ref ?: import (" vue ") .VNodeRef | undefined ;
696690 ref_for ?: boolean | undefined | undefined ;
697691 ref_key ?: string | undefined | undefined ;
698- onVnodeBeforeMount ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
699- onVnodeMounted ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
700- onVnodeBeforeUpdate ?: (((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void )[]) | undefined ;
701- onVnodeUpdated ?: (((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void )[]) | undefined ;
702- onVnodeBeforeUnmount ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
703- onVnodeUnmounted ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
704- }, {}, {}, {}, {}, _$ vue .ComponentOptionsMixin , _$ vue .ComponentOptionsMixin , {}, string , _$ vue .PublicProps , Readonly < {
692+ onVnodeBeforeMount ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
693+ onVnodeMounted ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
694+ onVnodeBeforeUpdate ?: (((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void )[]) | undefined ;
695+ onVnodeUpdated ?: (((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void )[]) | undefined ;
696+ onVnodeBeforeUnmount ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
697+ onVnodeUnmounted ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
698+ }, {}, {}, {}, {}, import ( " vue" ) .ComponentOptionsMixin , import ( " vue" ) .ComponentOptionsMixin , {}, string , import ( " vue" ) .PublicProps , Readonly < {
705699 foo: string ;
706700 bar ?: string | undefined ;
707701 innerHTML ?: string | undefined ;
708- class ?: _$ vue .ClassValue ;
709- style ?: _$ vue .StyleValue ;
702+ class ?: import (" vue ") .ClassValue ;
703+ style ?: import (" vue ") .StyleValue ;
710704 accesskey ?: string | undefined ;
711705 contenteditable ?: (boolean | "true " | "false ") | "inherit " | "plaintext -only " | undefined ;
712706 contextmenu ?: string | undefined ;
713707 dir ?: string | undefined ;
714708 draggable ?: (boolean | "true " | "false ") | undefined ;
715709 enterkeyhint ?: "enter " | "done " | "go " | "next " | "previous " | "search " | "send " | undefined ;
716- enterKeyHint ?: _$ vue .HTMLAttributes ["enterkeyhint "];
710+ enterKeyHint ?: import (" vue ") .HTMLAttributes ["enterkeyhint "];
717711 hidden ?: (boolean | "true " | "false ") | "" | "hidden " | "until -found " | undefined ;
718712 id ?: string | undefined ;
719713 inert ?: (boolean | "true " | "false ") | undefined ;
@@ -892,25 +886,23 @@ declare const __VLS_export: _$vue.DefineComponent<{
892886 onTransitionrun ?: ((payload : TransitionEvent ) => void ) | undefined ;
893887 onTransitionstart ?: ((payload : TransitionEvent ) => void ) | undefined ;
894888 key ?: PropertyKey | undefined ;
895- ref ?: _$ vue .VNodeRef | undefined ;
889+ ref ?: import (" vue ") .VNodeRef | undefined ;
896890 ref_for ?: boolean | undefined | undefined ;
897891 ref_key ?: string | undefined | undefined ;
898- onVnodeBeforeMount ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
899- onVnodeMounted ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
900- onVnodeBeforeUpdate ?: (((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void )[]) | undefined ;
901- onVnodeUpdated ?: (((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode , oldVNode : _$ vue .VNode ) => void )[]) | undefined ;
902- onVnodeBeforeUnmount ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
903- onVnodeUnmounted ?: (((vnode : _$ vue .VNode ) => void ) | ((vnode : _$ vue .VNode ) => void )[]) | undefined ;
904- }> & Readonly < {}> , {}, {}, {}, {}, string , _$ vue .ComponentProvideOptions , false , {}, any > ;
892+ onVnodeBeforeMount ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
893+ onVnodeMounted ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
894+ onVnodeBeforeUpdate ?: (((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void )[]) | undefined ;
895+ onVnodeUpdated ?: (((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode , oldVNode : import (" vue ") .VNode ) => void )[]) | undefined ;
896+ onVnodeBeforeUnmount ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
897+ onVnodeUnmounted ?: (((vnode : import (" vue ") .VNode ) => void ) | ((vnode : import (" vue ") .VNode ) => void )[]) | undefined ;
898+ }> & Readonly < {}> , {}, {}, {}, {}, string , import ( " vue" ) .ComponentProvideOptions , false , {}, any > ;
905899declare const _default : typeof __VLS_export ;
906900// #endregion
907901export { _default as App };"
908902`;
909903
910904exports [` tsc > vue-sfc w/ ts-macro w/ ts-compiler 1` ] = `
911905"// main.d.ts
912- import * as _$vue from "vue";
913-
914906//#region tests/fixtures/vue-sfc-with-ts-macro/App.vue.d.ts
915907type __VLS_Props = {
916908 foo : string ;
@@ -920,7 +912,7 @@ declare global {
920912 foo: string ;
921913 }
922914}
923- declare const __VLS_export: _$ vue.DefineComponent<__VLS_Props, { } , { } , { } , { } , _$ vue.ComponentOptionsMixin, _$ vue.ComponentOptionsMixin, { } , string, _$ vue.PublicProps, Readonly<__VLS_Props > & Readonly<{ } >, { } , { } , { } , { } , string, _$ vue.ComponentProvideOptions, false, { } , any>;
915+ declare const __VLS_export: import(" vue") .DefineComponent<__VLS_Props, { } , { } , { } , { } , import(" vue") .ComponentOptionsMixin, import(" vue") .ComponentOptionsMixin, { } , string, import(" vue") .PublicProps, Readonly<__VLS_Props > & Readonly<{ } >, { } , { } , { } , { } , string, import(" vue") .ComponentProvideOptions, false, { } , any>;
924916declare const _default: typeof __VLS_export;
925917//#endregion
926918//#region tests/fixtures/vue-sfc-with-ts-macro/main.d.ts
0 commit comments