* A struct that represents a compiled webpage * * Returned by compile, and contains an entrypoint function to run all of the code that is on the webpage. Currently codeSections is unused, but in the future will be used for error checking.
The number of code sections
The individual document nodes that make a page.
See Implementation
* A struct that represents a compiled webpage * * Returned by compile, and contains an entrypoint function to run all of the code that is on the webpage. Currently codeSections is unused, but in the future will be used for error checking.