• Kyle Keating's avatar
    Change configFrom() to configDefinitions() · 0f6532a8
    Kyle Keating authored
    The main difference is that configFrom returned config key:value pairs, but now configDefinitions returns key:object pairs. Where the object may hold additional flags and methods for each specific config value. Currently the only method included is valueFn() which gets the value from its source. Others will follow.
    
    Additionally:
    - Remove `experimental` from configDefinitions/configFrom as it is not used
    0f6532a8
index.js 4.46 KB