]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove duplicate helperNameMap entry
authorEvan You <yyx990803@gmail.com>
Fri, 11 Oct 2019 14:49:35 +0000 (10:49 -0400)
committerEvan You <yyx990803@gmail.com>
Fri, 11 Oct 2019 14:49:35 +0000 (10:49 -0400)
packages/compiler-core/src/runtimeHelpers.ts

index 37776003557048b2a02ed2233bc7fe7cda7c16b3..911a7ebbb20b0088fa8baa375cc609f7667ba3d8 100644 (file)
@@ -26,7 +26,6 @@ export const helperNameMap: any = {
   [COMMENT]: `Comment`,
   [TEXT]: `Text`,
   [SUSPENSE]: `Suspense`,
-  [COMMENT]: `Comment`,
   [OPEN_BLOCK]: `openBlock`,
   [CREATE_BLOCK]: `createBlock`,
   [CREATE_VNODE]: `createVNode`,