]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: rmeove unused export
authorEvan You <yyx990803@gmail.com>
Fri, 31 Jan 2020 16:07:10 +0000 (11:07 -0500)
committerEvan You <yyx990803@gmail.com>
Fri, 31 Jan 2020 16:07:10 +0000 (11:07 -0500)
packages/runtime-core/src/index.ts

index bbd4dc98c07e41d2e6d1e884d51d6ddba1435e22..b56ff56cecc67373ab01ac8540150890f03b301d 100644 (file)
@@ -91,11 +91,9 @@ export { setBlockTracking, createTextVNode, createCommentVNode } from './vnode'
 // types so that the bundled d.ts does not attempt to import from it.
 import {
   toDisplayString as _toDisplayString,
-  capitalize as _capitalize,
   camelize as _camelize
 } from '@vue/shared'
 export const toDisplayString = _toDisplayString as (s: unknown) => string
-export const capitalize = _capitalize as (s: string) => string
 export const camelize = _camelize as (s: string) => string
 
 // For integration with runtime compiler