@@ -54,21 +54,21 @@ let __temp, __restore
5454exports [` fixtures > ./fixtures/define-expose.tsx 1` ] = `
5555"
5656import { getCurrentInstance as __MACROS_getCurrentInstance } from "vue";export function Comp(__MACROS_props) {
57- (__MACROS_getCurrentInstance ().exposed = {
57+ ; (__MACROS_getCurrentInstance ().exposed = {
5858 foo: 1 ,
5959 })
6060 return <div />
6161}
6262
6363export const Comp1 = function (props: any) {
64- (__MACROS_getCurrentInstance ().exposed = {
64+ ; (__MACROS_getCurrentInstance ().exposed = {
6565 foo: props .foo ,
6666 })
6767 return <div />
6868}
6969
7070export const Comp2 = ({ foo , ... __MACROS_props } : any) => {
71- (__MACROS_getCurrentInstance ().exposed = {
71+ ; (__MACROS_getCurrentInstance ().exposed = {
7272 foo ,
7373 })
7474 return <div />
@@ -192,21 +192,21 @@ let __temp, __restore
192192exports [` vue/vapor fixtures > ./fixtures/define-expose.tsx 1` ] = `
193193"
194194import { currentInstance as __MACROS_currentInstance } from "vue";export function Comp(__MACROS_props) {
195- (__MACROS_currentInstance .exposed = {
195+ ; (__MACROS_currentInstance .exposed = {
196196 foo: 1 ,
197197 })
198198 return <div />
199199}
200200
201201export const Comp1 = function (props: any) {
202- (__MACROS_currentInstance .exposed = {
202+ ; (__MACROS_currentInstance .exposed = {
203203 foo: props .foo ,
204204 })
205205 return <div />
206206}
207207
208208export const Comp2 = ({ foo , ... __MACROS_props } : any) => {
209- (__MACROS_currentInstance .exposed = {
209+ ; (__MACROS_currentInstance .exposed = {
210210 foo ,
211211 })
212212 return <div />
0 commit comments