Skip to content

Conversation

@pi0
Copy link
Member

@pi0 pi0 commented May 30, 2020

fixes #23

Edge case: Having base/Button/index.vue and base/Button/Button.vue ends with registering same name. In this case, we show a warning message and ignore 2nd+ matches:

image


Related (#29) It also warns about conflicting names if not using proper pattern:

image

@codecov
Copy link

codecov bot commented May 30, 2020

Codecov Report

Merging #30 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #30   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          147       153    +6     
  Branches        31        33    +2     
=========================================
+ Hits           147       153    +6     
Impacted Files Coverage Δ
src/scan.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5b7e97a...a3dba3a. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

does not work with components in folder format

2 participants