]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix build
authorEvan You <yyx990803@gmail.com>
Sat, 11 Dec 2021 15:48:32 +0000 (23:48 +0800)
committerEvan You <yyx990803@gmail.com>
Sat, 11 Dec 2021 15:48:32 +0000 (23:48 +0800)
packages/compiler-sfc/__tests__/__snapshots__/compileScript.spec.ts.snap
packages/runtime-core/src/index.ts
test-dts/refTransformMacros.test-d.ts

index b62e0f18c8011f48bbcb2702e971697f91721349..77e8ed01f59414ddfe6b7294ad15a1a554736954 100644 (file)
@@ -344,7 +344,7 @@ return { a }
 }"
 `;
 
-exports[`SFC compile <script setup> binding analysis for destructur 1`] = `
+exports[`SFC compile <script setup> binding analysis for destructure 1`] = `
 "export default {
   setup(__props, { expose }) {
   expose();
index 63aac5ac90fd67fa9d832fbd2ca75c7c84864208..0d5e320e83f0df6f6c04366ba526bc0f17de6db2 100644 (file)
@@ -154,7 +154,6 @@ export {
   UnwrapRef,
   ShallowRef,
   ShallowUnwrapRef,
-  RefUnwrapBailTypes,
   CustomRefFactory,
   ReactiveFlags,
   DeepReadonly,
index f0abb30424fca9d11134133d744e3f08f009fd63..3bae078297ee70527719b04ad62d2aba726aeb33 100644 (file)
@@ -1,7 +1,7 @@
 import { WritableComputedRef } from '@vue/reactivity'
 import { expectType, ref, computed, Ref, ComputedRef } from './index'
-import 'vue/ref-macros'
-import { RefType, RefTypes } from 'vue/ref-macros'
+import 'vue/macros-global'
+import { RefType, RefTypes } from 'vue/macros'
 
 // wrapping refs