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' ;
2
2
import type * as BabelCore from '@babel/core' ;
3
3
import _template from '@babel/template' ;
4
4
// @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' ;
2
2
import type * as BabelCore from '@babel/core' ;
3
3
import { type Options } from '@vue/babel-plugin-resolve-type' ;
4
4
Original file line number Diff line number Diff line change 1
- import * as t from '@babel/types' ;
1
+ import t from '@babel/types' ;
2
2
import { type NodePath } from '@babel/traverse' ;
3
3
import { createIdentifier } from './utils' ;
4
4
import 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' ;
2
2
import { type NodePath , type Visitor } from '@babel/traverse' ;
3
3
import type { State } from './interface' ;
4
4
import { 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' ;
2
2
import { type NodePath , type Visitor } from '@babel/traverse' ;
3
3
import { addDefault } from '@babel/helper-module-imports' ;
4
4
import {
Original file line number Diff line number Diff line change 1
- import * as t from '@babel/types' ;
1
+ import t from '@babel/types' ;
2
2
import { type NodePath } from '@babel/traverse' ;
3
3
import { isHTMLTag , isSVGTag } from '@vue/shared' ;
4
4
import type { State } from './interface' ;
You can’t perform that action at this time.
0 commit comments