CAAPIM / themer

Framework agnostic utility to make generic JavaScript components themeable and extensible.
MIT License
1 stars 1 forks source link

Resolve global vars when using `resolveAttributes` #15

Closed alebiavati closed 7 years ago

alebiavati commented 7 years ago

Status

READY

Description

Allows using global variables when resolving themes via the resolveAttributes function. react-themer uses this functiton to resolve themes and components.

Impacted Areas

codecov-io commented 7 years ago

Codecov Report

Merging #15 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   97.22%   97.22%           
=======================================
  Files           5        5           
  Lines         108      108           
  Branches       24       24           
=======================================
  Hits          105      105           
  Misses          3        3
Impacted Files Coverage Δ
src/Themer.js 100% <100%> (ø) :white_check_mark:

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 3ac24da...9150c36. Read the comment docs.