wip: refactor deprecations into a single file

This commit is contained in:
Evan You
2021-04-12 18:47:50 -04:00
parent af9e6999e1
commit 115372dd5b
19 changed files with 497 additions and 480 deletions

View File

@@ -33,7 +33,7 @@ import {
} from './errorHandling'
import { queuePostRenderEffect } from './renderer'
import { warn } from './warning'
import { DeprecationTypes } from './compat/deprecations'
import { DeprecationTypes } from './compat/compatConfig'
import { checkCompatEnabled, isCompatEnabled } from './compat/compatConfig'
export type WatchEffect = (onInvalidate: InvalidateCbRegistrator) => void