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

    Variable flowrCapabilitiesConst

    flowrCapabilities: {
        capabilities: readonly [
            {
                capabilities: readonly [
                    { capabilities: ...; id: ...; name: ... },
                    { capabilities: ...; id: ...; name: ... },
                ];
                description: "The recognition of syntactical and non-syntactical names, including their resolutions to corresponding definitions.";
                example: (parser: KnownParser) => Promise<(...)>;
                id: "names-and-identifiers";
                name: "Names and Identifiers";
            },
            {
                capabilities: readonly [
                    { capabilities: ...; id: ...; name: ... },
                    { capabilities: ...; id: ...; name: ... },
                ];
                id: "expressions";
                name: "Expressions";
            },
            {
                capabilities: readonly [
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { capabilities: ...; id: ...; name: ... },
                ];
                id: "non-standard-evaluations-semantics";
                name: "Non-Standard Evaluations/Semantics";
            },
            {
                capabilities: readonly [
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { capabilities: ...; id: ...; name: ... },
                ];
                id: "types";
                name: "Types";
            },
            {
                capabilities: readonly [
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                ];
                id: "structure";
                name: "Structure";
            },
            {
                capabilities: readonly [
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                    { description: ...; id: ...; name: ...; supported: ... },
                ];
                id: "system-i-o-ffi-and-other-files";
                name: "System, I/O, FFI, and Other Files";
            },
            {
                description: "_Handle pre-processors like `knitr`, `rmarkdown`, `roxygen2` ..._ We do not support pre-processors for the time being (being unable to handle things like `@importFrom`)";
                id: "pre-processors-external-tooling";
                name: "Pre-Processors/external Tooling";
                supported: "fully";
            },
        ];
        description: "This is an evolving representation of what started with #636 to formulate capabilities in a structured format.";
        name: "Capabilities of flowR";
        version: "0.0.2";
    } = ...

    Type Declaration

    • Readonlycapabilities: readonly [
          {
              capabilities: readonly [
                  { capabilities: ...; id: ...; name: ... },
                  { capabilities: ...; id: ...; name: ... },
              ];
              description: "The recognition of syntactical and non-syntactical names, including their resolutions to corresponding definitions.";
              example: (parser: KnownParser) => Promise<(...)>;
              id: "names-and-identifiers";
              name: "Names and Identifiers";
          },
          {
              capabilities: readonly [
                  { capabilities: ...; id: ...; name: ... },
                  { capabilities: ...; id: ...; name: ... },
              ];
              id: "expressions";
              name: "Expressions";
          },
          {
              capabilities: readonly [
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { capabilities: ...; id: ...; name: ... },
              ];
              id: "non-standard-evaluations-semantics";
              name: "Non-Standard Evaluations/Semantics";
          },
          {
              capabilities: readonly [
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { capabilities: ...; id: ...; name: ... },
              ];
              id: "types";
              name: "Types";
          },
          {
              capabilities: readonly [
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
              ];
              id: "structure";
              name: "Structure";
          },
          {
              capabilities: readonly [
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
                  { description: ...; id: ...; name: ...; supported: ... },
              ];
              id: "system-i-o-ffi-and-other-files";
              name: "System, I/O, FFI, and Other Files";
          },
          {
              description: "_Handle pre-processors like `knitr`, `rmarkdown`, `roxygen2` ..._ We do not support pre-processors for the time being (being unable to handle things like `@importFrom`)";
              id: "pre-processors-external-tooling";
              name: "Pre-Processors/external Tooling";
              supported: "fully";
          },
      ]
    • Readonlydescription: "This is an evolving representation of what started with #636 to formulate capabilities in a structured format."
    • Readonlyname: "Capabilities of flowR"
    • Readonlyversion: "0.0.2"