We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb55979 commit e434f78Copy full SHA for e434f78
packages/babel-plugin-jsx/src/patchFlags.ts
@@ -1,5 +1,5 @@
1
-// https://github.com/vuejs/vue-next/blob/master/packages/shared/src/patchFlags.ts
2
-// tslint:disable: no-bitwise
+// https://github.com/vuejs/core/blob/main/packages/shared/src/patchFlags.ts
+
3
export const enum PatchFlags {
4
TEXT = 1,
5
CLASS = 1 << 1,
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
0 commit comments