checksum -> engineChecksum for clarity
This commit is contained in:
parent
af236d71f0
commit
6ea69eb51a
2 changed files with 7 additions and 7 deletions
|
|
@ -143,11 +143,11 @@ componentsContext.keys().forEach(key => {
|
|||
components[component.name] = component
|
||||
})
|
||||
|
||||
const checksum = sum(components)
|
||||
const engineChecksum = sum(components)
|
||||
|
||||
const ruleToSelector = genericRuleToSelector(components)
|
||||
|
||||
export const getChecksum = () => checksum
|
||||
export const getEngineChecksum = () => engineChecksum
|
||||
|
||||
export const init = (extraRuleset, ultimateBackgroundColor) => {
|
||||
const staticVars = {}
|
||||
|
|
@ -469,6 +469,6 @@ export const init = (extraRuleset, ultimateBackgroundColor) => {
|
|||
lazy: result.filter(x => typeof x === 'function'),
|
||||
eager: result.filter(x => typeof x !== 'function'),
|
||||
staticVars,
|
||||
checksum
|
||||
engineChecksum
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue