[refactor]: Remove git info from property of ComponentProfile
#55
Labels
good first issue
Issues that we believe are relatively straightforward to tackle. Good for newcomers.
Overview
The purpose of this issue is to remove git information from
ComponentProfile
because issue #6 will add a separate git info which is more detailed and useful in analyzing components. Therefore, we should remove git info fromComponentProfile
to ensure better maintainability.These are 3 places we need to remove
vue-scanner.ts
Initial property detail
berryjam/src/vue-scanner.ts
Lines 693 to 697 in 07dc984
Interface file property
berryjam/src/types.ts
Lines 61 to 65 in 07dc984
Initial property component
berryjam/src/vue-scanner.ts
Lines 516 to 520 in 07dc984
There are 2 places to remove from
analyze-component-files.spec.ts
unit testberryjam/tests/analyze-component-files.spec.ts
Lines 215 to 219 in 07dc984
berryjam/tests/analyze-component-files.spec.ts
Lines 236 to 240 in 07dc984
Expected Behavior
components.json
components.json
that git info is no longer in this JSON fileThe text was updated successfully, but these errors were encountered: