clean code

This commit is contained in:
崮生 2025-02-26 08:07:20 +00:00
parent f3e7dd5faa
commit 08f07d119e

View File

@ -1,8 +1,8 @@
import * as t from '@babel/types';
import { type NodePath } from '@babel/traverse';
import { isHTMLTag , isSVGTag } from '@vue/shared'
import type { State } from './interface';
import SlotFlags from './slotFlags';
import { isHTMLTag , isSVGTag } from '@vue/shared'
export const JSX_HELPER_KEY = 'JSX_HELPER_KEY';
export const FRAGMENT = 'Fragment';
export const KEEP_ALIVE = 'KeepAlive';