Skip to content

Commit

Permalink
remove unneeded new line
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Sep 12, 2023
1 parent 1333fed commit e0ef242
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vue-language-core/src/generators/script.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,6 @@ export function generate(

if (vueCompilerOptions.target >= 3.3) {
const bindings = new Set(scriptSetupRanges.bindings.map(range => sfc.scriptSetup!.content.substring(range.start, range.end)));
codes.push('\n');
codes.push('const { ');
for (const [macro, aliases] of Object.entries(vueCompilerOptions.macros)) {
for (const alias of aliases) {
Expand Down

0 comments on commit e0ef242

Please sign in to comment.