refactor(compiler): use symbols for runtime helpers
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
Namespaces,
|
||||
ElementTypes
|
||||
} from '../src'
|
||||
import { CREATE_VNODE } from '../src/runtimeConstants'
|
||||
import { CREATE_VNODE } from '../src/runtimeHelpers'
|
||||
import { isString } from '@vue/shared'
|
||||
|
||||
const leadingBracketRE = /^\[/
|
||||
|
||||
Reference in New Issue
Block a user