Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

feat: config file support extends #11

Merged
merged 3 commits into from
Jun 24, 2022
Merged

Conversation

PeachScript
Copy link
Member

@PeachScript PeachScript commented Jun 24, 2022

  • 配置文件支持 extends 其他文件,且支持多层 extends
  • 添加用例

@PeachScript PeachScript mentioned this pull request Jun 24, 2022
71 tasks
@PeachScript PeachScript force-pushed the feature/config-extends branch from 5a8326d to 32bcfa7 Compare June 24, 2022 15:26
@codecov
Copy link

codecov bot commented Jun 24, 2022

Codecov Report

Merging #11 (32bcfa7) into master (e89f575) will increase coverage by 0.24%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   93.42%   93.67%   +0.24%     
==========================================
  Files          27       27              
  Lines         608      632      +24     
  Branches      140      144       +4     
==========================================
+ Hits          568      592      +24     
  Misses         37       37              
  Partials        3        3              
Impacted Files Coverage Δ
src/commands/build.ts 100.00% <ø> (ø)
src/commands/dev.ts 100.00% <ø> (ø)
src/commands/prebundle.ts 100.00% <ø> (ø)
src/types.ts 100.00% <ø> (ø)
src/features/configPlugins/configPlugins.ts 97.05% <100.00%> (+6.14%) ⬆️
src/features/configPlugins/schema.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 e89f575...32bcfa7. Read the comment docs.

@PeachScript PeachScript marked this pull request as ready for review June 24, 2022 15:31
@PeachScript PeachScript merged commit edf71ee into master Jun 24, 2022
@delete-merged-branch delete-merged-branch bot deleted the feature/config-extends branch June 24, 2022 15:33
PeachScript added a commit to umijs/father that referenced this pull request Aug 26, 2022
* feat: config file support extends

* test: add cases for config extends

* test: correct config case
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant