From e434f78f6fd91625bcfc5ae0e6f286474ec71174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90=20Kevin=20Deng?= Date: Sun, 25 Jun 2023 16:43:26 +0800 Subject: [PATCH] chore: update vue core links --- packages/babel-plugin-jsx/src/patchFlags.ts | 4 ++-- packages/babel-plugin-jsx/src/slotFlags.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/babel-plugin-jsx/src/patchFlags.ts b/packages/babel-plugin-jsx/src/patchFlags.ts index 25434f9..790c977 100644 --- a/packages/babel-plugin-jsx/src/patchFlags.ts +++ b/packages/babel-plugin-jsx/src/patchFlags.ts @@ -1,5 +1,5 @@ -// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/patchFlags.ts -// tslint:disable: no-bitwise +// https://github.com/vuejs/core/blob/main/packages/shared/src/patchFlags.ts + export const enum PatchFlags { TEXT = 1, CLASS = 1 << 1, diff --git a/packages/babel-plugin-jsx/src/slotFlags.ts b/packages/babel-plugin-jsx/src/slotFlags.ts index 8c32138..8ba8403 100644 --- a/packages/babel-plugin-jsx/src/slotFlags.ts +++ b/packages/babel-plugin-jsx/src/slotFlags.ts @@ -1,4 +1,4 @@ -// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/slotFlags.ts +// https://github.com/vuejs/core/blob/main/packages/shared/src/slotFlags.ts const enum SlotFlags { /** * Stable slots that only reference slot props or context state. The slot