OptionalinlineOptionalinlineIf set, selected source() calls are replaced by the (spliced) reconstruction of the sourced file, producing a
single self-contained reconstruction. Requires Selection#sourceMap; overrides Selection#reconstructFiles.
The set of node ids to be reconstructed.
OptionalreconstructOptionalsourceMaps a source() call node id to the index of the sourced file in ast.ast.files.
Only used together with Selection#inlineSources or Selection#inlineFull. Build it via buildSourceInlineMap.
If set, every file is reconstructed into a single self-contained text, in flowR's loading order; files sourced explicitly are spliced into their
source()call instead of repeated at the top level ('banner'names each).