Skip to content

Commit

Permalink
chore: update vue core links
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 25, 2023
1 parent cb55979 commit e434f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/babel-plugin-jsx/src/patchFlags.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-jsx/src/slotFlags.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e434f78

Please sign in to comment.