dojo / framework

Dojo Framework. A Progressive Framework for Modern Web Apps
https://dojo.io/
Other
586 stars 79 forks source link

Support nested transforms when resources are passed down through multiple widgets #880

Closed agubler closed 3 years ago

agubler commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description:

Resource templates can be passed down through multiple widgets and as such should support multiple transforms required to get to and from the original data shape.

codesandbox-ci[bot] commented 3 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 2c3672085f43fc9fa78de060c1b8d26ee82df45d:

Sandbox Source
dojo/dojo-codesandbox-template Configuration
codecov[bot] commented 3 years ago

Codecov Report

Merging #880 (bba102f) into master (426bc82) will decrease coverage by 0.01%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #880      +/-   ##
==========================================
- Coverage   94.46%   94.44%   -0.02%     
==========================================
  Files         127      127              
  Lines        7999     8010      +11     
  Branches     1871     1872       +1     
==========================================
+ Hits         7556     7565       +9     
- Misses        443      445       +2     
Impacted Files Coverage Δ
src/core/middleware/resources.ts 94.27% <94.44%> (-0.10%) :arrow_down:
src/core/util.ts 98.00% <0.00%> (-1.00%) :arrow_down:

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 426bc82...2c36720. Read the comment docs.