Skip to content

Commit

Permalink
refactor: add null byte to EXPORT_HELPER_ID (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
  • Loading branch information
nielsvanvelzen and sxzz committed May 12, 2023
1 parent e7119ad commit d37c30a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/helper.ts
@@ -1,4 +1,4 @@
export const EXPORT_HELPER_ID = '/plugin-vue/export-helper'
export const EXPORT_HELPER_ID = '\0/plugin-vue/export-helper'

export const helperCode = `
export default (sfc, props) => {
Expand Down
Binary file modified tests/__snapshots__/esbuild.test.ts.snap
Binary file not shown.

0 comments on commit d37c30a

Please sign in to comment.