From: tryag <40431305+Notryag@users.noreply.github.com> Date: Tue, 21 Sep 2021 16:35:11 +0000 (+0800) Subject: chore: remove unused parameter type definitions (#4607) X-Git-Tag: v3.2.13~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08e5909659bfa3483ec9ec3c816e6a260711a67b;p=thirdparty%2Fvuejs%2Fcore.git chore: remove unused parameter type definitions (#4607) --- diff --git a/packages/runtime-test/src/nodeOps.ts b/packages/runtime-test/src/nodeOps.ts index a752711518..d844176a59 100644 --- a/packages/runtime-test/src/nodeOps.ts +++ b/packages/runtime-test/src/nodeOps.ts @@ -166,7 +166,7 @@ function insert(child: TestNode, parent: TestElement, ref?: TestNode | null) { } } -function remove(child: TestNode, logOp: boolean = true) { +function remove(child: TestNode, logOp = true) { const parent = child.parentNode if (parent) { if (logOp) {