refactor: rename/re-organize files

This commit is contained in:
Evan You
2019-11-02 12:18:35 -04:00
parent abdaf10d88
commit 90b9884eb4
12 changed files with 34 additions and 33 deletions

View File

@@ -25,7 +25,7 @@ import {
makeMap,
isPromise
} from '@vue/shared'
import { SuspenseBoundary } from './suspense'
import { SuspenseBoundary } from './rendererSuspense'
import {
CompilerError,
CompilerOptions,