Generates a estree.Program that should be executed before executing any
instrumented code. In the standalone mode, the setup code is bundled with the
instrumented code and this function should not be used. Alternatively, the
setup can be directly importated at the entry point aran/runtime.
Generates a
estree.Program
that should be executed before executing any instrumented code. In the standalone mode, the setup code is bundled with the instrumented code and this function should not be used. Alternatively, the setup can be directly importated at the entry point aran/runtime.Throws
AranInputError If the configuration is invalid.