File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
packages/babel-plugin-jsx/src Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- import * as t from '@babel/types' ;
1+ import t from '@babel/types' ;
22import type * as BabelCore from '@babel/core' ;
33import _template from '@babel/template' ;
44// @ts -expect-error
Original file line number Diff line number Diff line change 1- import type * as t from '@babel/types' ;
1+ import type t from '@babel/types' ;
22import type * as BabelCore from '@babel/core' ;
33import { type Options } from '@vue/babel-plugin-resolve-type' ;
44
Original file line number Diff line number Diff line change 1- import * as t from '@babel/types' ;
1+ import t from '@babel/types' ;
22import { type NodePath } from '@babel/traverse' ;
33import { createIdentifier } from './utils' ;
44import type { State } from './interface' ;
Original file line number Diff line number Diff line change 1- import * as t from '@babel/types' ;
1+ import t from '@babel/types' ;
22import { type NodePath , type Visitor } from '@babel/traverse' ;
33import type { State } from './interface' ;
44import { FRAGMENT , createIdentifier } from './utils' ;
Original file line number Diff line number Diff line change 1- import * as t from '@babel/types' ;
1+ import t from '@babel/types' ;
22import { type NodePath , type Visitor } from '@babel/traverse' ;
33import { addDefault } from '@babel/helper-module-imports' ;
44import {
Original file line number Diff line number Diff line change 1- import * as t from '@babel/types' ;
1+ import t from '@babel/types' ;
22import { type NodePath } from '@babel/traverse' ;
33import { isHTMLTag , isSVGTag } from '@vue/shared' ;
44import type { State } from './interface' ;
You can’t perform that action at this time.
0 commit comments