Envelope Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Function registerVMPatternFunctions

    • Register the pattern matching functions to resolve circular dependencies.

      Parameters

      • pathsWithCaptures: (pattern: Pattern, env: Envelope) => [Path[], Map<string, Path[]>]
      • matches: (pattern: Pattern, env: Envelope) => boolean
      • paths: (pattern: Pattern, env: Envelope) => Path[]

      Returns void