Skip to content

Commit c803eb1

Browse files
committed
chore: avoid rollup plugin ts warning
1 parent f822168 commit c803eb1

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Diff for: packages/reactivity/src/ref.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
import { isTracking, trackEffects, triggerEffects } from './effect'
22
import { TrackOpTypes, TriggerOpTypes } from './operations'
33
import { isArray, hasChanged } from '@vue/shared'
4-
import {
5-
isProxy,
6-
toRaw,
7-
isReactive,
8-
toReactive,
9-
ShallowReactiveMarker
10-
} from './reactive'
4+
import { isProxy, toRaw, isReactive, toReactive } from './reactive'
5+
import type { ShallowReactiveMarker } from './reactive'
116
import { CollectionTypes } from './collectionHandlers'
127
import { createDep, Dep } from './dep'
138

0 commit comments

Comments
 (0)