@eagleoutice/flowr - v2.10.2
    Preparing search index...

    This summarizes the other context layers used by the FlowrAnalyzer. Have a look at the attributes and layers listed below (e.g., files and deps) to get an idea of the capabilities provided by this context. Besides these, this layer only orchestrates the different steps and layers, providing a collection of convenience methods. In general, you do not have to worry about these details, as the FlowrAnalyzerBuilder and FlowrAnalyzer take care of them.

    To inspect, e.g., the loading order, you can do so via files.loadingOrder.getLoadingOrder. To get information on a specific library, use deps.getDependency. If you are just interested in inspecting the context, you can use ReadOnlyFlowrAnalyzerContext instead (e.g., via inspect).

    Implements

    Index

    Constructors

    Properties

    config: FlowrConfig

    The configuration options used by the analyzer.

    The dependencies context provides access to the identified dependencies and their versions.

    The environment context provides access to the environment information used during analysis.

    The files context provides access to the files to be analyzed and their loading order.

    The meta context provides access to the project metadata such as name, version, and namespace.

    Accessors

    Methods