We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e7dd5 commit 08f07d1Copy full SHA for 08f07d1
packages/babel-plugin-jsx/src/utils.ts
@@ -1,8 +1,8 @@
1
import * as t from '@babel/types';
2
import { type NodePath } from '@babel/traverse';
3
+import { isHTMLTag , isSVGTag } from '@vue/shared'
4
import type { State } from './interface';
5
import SlotFlags from './slotFlags';
-import { isHTMLTag , isSVGTag } from '@vue/shared'
6
export const JSX_HELPER_KEY = 'JSX_HELPER_KEY';
7
export const FRAGMENT = 'Fragment';
8
export const KEEP_ALIVE = 'KeepAlive';
0 commit comments