Structs§
Functions§
- create_
node_ rendered_ source - Creates a content source that renders something in Node.js with the passed
entry
when it matches apath_regex
. Once rendered it serves all assets referenced by theentry
that are within theserver_root
. It needs a temporary directory (intermediate_output_path
) to place file for Node.js execution during rendering. Thechunking_context
should emit to this directory.