Optional
Readonly
defaultThe default engine to use for interacting with R code. If this is undefined, an arbitrary engine from engines will be used.
Optional
Readonly
engines?: readonly (undefined | { The engines to use for interacting with R code. Currently supports TreeSitterEngineConfig and RShellEngineConfig. An empty array means all available engines will be used.
Optional
Readonly
ignoreWhether source calls should be ignored, causing processSourceCall's behavior to be skipped
Optional
Readonly
semantics?: { Configure language semantics and how flowR handles them
Optional
Readonly
environment?: { Semantics regarding the handlings of the environment
Optional
Readonly
overwriteDo you want to overwrite (parts) of the builtin definition?
Optional
Readonly
definitions?: readonly (The definitions to load
Optional
Readonly
loadShould the default configuration still be loaded?
Optional
Readonly
solver?: { How to resolve constants, constraints, cells, ...
Optional
Readonly
pointerWhether to track pointers in the dataflow graph, if not, the graph will be over-approximated wrt. containers and accesses
Optional
Readonly
variables?: VariableResolveHow to resolve variables and their values
Temporarily sets the config to the given value for all tests in the suite.