Skip to content

Commit

Permalink
fix(scan): endOfLines property does not appear in the final result of…
Browse files Browse the repository at this point in the history
… ComponentProfile (#47)
  • Loading branch information
terawuthlogicspark authored Oct 26, 2023
1 parent c0f952b commit da6c690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vue-scanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ export class VueScanner implements Scanner {
created: "",
createdBy: "",
updatedBy: "",
...componentSource.property,
} as FileProperty;
ele.children = { total: 0, tags: [], source: "" };
if (importSourceType === "internal") {
Expand Down

0 comments on commit da6c690

Please sign in to comment.