mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-03-15 15:05:18 +08:00
clean code
This commit is contained in:
parent
f3e7dd5faa
commit
08f07d119e
@ -1,8 +1,8 @@
|
|||||||
import * as t from '@babel/types';
|
import * as t from '@babel/types';
|
||||||
import { type NodePath } from '@babel/traverse';
|
import { type NodePath } from '@babel/traverse';
|
||||||
|
import { isHTMLTag , isSVGTag } from '@vue/shared'
|
||||||
import type { State } from './interface';
|
import type { State } from './interface';
|
||||||
import SlotFlags from './slotFlags';
|
import SlotFlags from './slotFlags';
|
||||||
import { isHTMLTag , isSVGTag } from '@vue/shared'
|
|
||||||
export const JSX_HELPER_KEY = 'JSX_HELPER_KEY';
|
export const JSX_HELPER_KEY = 'JSX_HELPER_KEY';
|
||||||
export const FRAGMENT = 'Fragment';
|
export const FRAGMENT = 'Fragment';
|
||||||
export const KEEP_ALIVE = 'KeepAlive';
|
export const KEEP_ALIVE = 'KeepAlive';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user