repond-events
Version:
events for repond
24 lines (23 loc) • 635 B
JavaScript
export const repondEventsMeta = {
// Events
defaultElapsedTimePath: null,
allEventTypeGroups: {},
defaultChainId: null,
emojiKeys: {},
// Values
allValueTypeGroups: {},
valueEmojiKeys: {},
// Variables
variablesByScopesMap: {},
// Fast chains
fastChain: {
nowRootFastChainId: undefined,
nowRootFastChainParentId: undefined,
nowFastChainsInfoMap: {},
nowDescendantFastChainId: {},
foundFastReturnValue: undefined,
getEventValueChainId: undefined,
},
// getEventValue
resolveValueMap: {}, // Record<ValueId, Resolve function>
};