Generates the source text to import all the specifiers.
The imports are wrapped in an IIFE.
Sequence of specifiers to import.
"cjs"
to use a sequence of require(...)
, "esm"
to
use await import(...)
.
Raw source text to execute after all the imports are completed.
Source text for the module body.
Generated using TypeDoc
This module defines the
requireAll
function and its options.The goal of this function is to generate scripts that statically require or import a list of dependencies.