UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

11 lines (8 loc) 321 B
var nextComponentIdProvider = require("@internal/components-util").___nextComponentIdProvider; function GlobalComponentsContext(out) { this.___renderedComponentsById = {}; this.___rerenderComponent = undefined; this.___nextComponentId = nextComponentIdProvider(out); } module.exports = GlobalComponentsContext;