compileProgram

* Creates executable program for a webpage * * Takes in a set of nodes and parameters and creates the executable function that is used to run code on a webpage * * Params: * __nodes = The nodes of the webpage itself * __params = the parameters that are passed to the webpage through the render function. * Returns: automatically deduced function that is ran on page load.

compileProgram
(
const Node[] __nodes
__params...
)
()

Meta