Skip to content

Commit 0330a3e

Browse files
sapphi-redhaoqunjiang
authored andcommitted
chore: mark helpers with null byte
1 parent df2fa84 commit 0330a3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utils/componentNormalizer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const NORMALIZER_ID = 'plugin-vue2:normalizer'
1+
export const NORMALIZER_ID = '\0plugin-vue2:normalizer'
22

33
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
44
// This module is a runtime utility for cleaner component module output and will

src/utils/hmrRuntime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const HMR_RUNTIME_ID = 'plugin-vue2:hmr-runtime'
1+
export const HMR_RUNTIME_ID = '\0plugin-vue2:hmr-runtime'
22

33
export const hmrRuntimeCode = `
44
var __VUE_HMR_RUNTIME__ = Object.create(null)

0 commit comments

Comments
 (0)