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

    Synchronous and (way) faster alternative to the RShell using tree-sitter.

    Implements

    Index

    Constructors

    Properties

    name: "tree-sitter" = 'tree-sitter'

    Methods

    • Initializes the underlying tree-sitter parser. This only needs to be called once globally.

      Parameters

      • Optionalconfig: TreeSitterEngineConfig

        The configuration for the tree-sitter engine, which can include paths to the wasm files.

      • OptionaloverrideWasmPath: string

        The path to the tree-sitter-r wasm file, which takes precedence over the config and default paths if set.

      • OptionaloverrideTreeSitterWasmPath: string

        The path to the tree-sitter wasm file, which takes precedence over the config and default paths if set.

      Returns Promise<void>