From: Stefano Nepa <124149383+stefanonepanedap@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:38:05 +0000 (+0100) Subject: chore(runtime-dom): export nodeOps and patchProp for better accessibility (#13753) X-Git-Tag: v3.6.0-alpha.4~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e9c676ff2b64724ad74f017bd280d623e8d72e6b;p=thirdparty%2Fvuejs%2Fcore.git chore(runtime-dom): export nodeOps and patchProp for better accessibility (#13753) --- diff --git a/packages/runtime-dom/src/index.ts b/packages/runtime-dom/src/index.ts index 9b8782733d..7407ed7195 100644 --- a/packages/runtime-dom/src/index.ts +++ b/packages/runtime-dom/src/index.ts @@ -17,6 +17,7 @@ import { } from '@vue/runtime-core' import { nodeOps } from './nodeOps' import { patchProp } from './patchProp' +export { nodeOps, patchProp } // Importing from the compiler, will be tree-shaken in prod import { NOOP,