Theia API Documentation v1.65.0
    Preparing search index...

    eslint-disable-next-line @typescript-eslint/no-explicit-any

    • Simplified glob matching. Supports a subset of glob patterns:

      • * matches anything inside a path segment
      • ? matches 1 character inside a path segment
      • ** matches anything including an empty path segment
      • simple brace expansion ({js,ts} => js or ts)
      • character ranges (using [...])

      Parameters

      Returns boolean

    • Simplified glob matching. Supports a subset of glob patterns:

      • * matches anything inside a path segment
      • ? matches 1 character inside a path segment
      • ** matches anything including an empty path segment
      • simple brace expansion ({js,ts} => js or ts)
      • character ranges (using [...])

      Parameters

      • expression: IExpression
      • path: string
      • OptionalhasSibling: (name: string) => boolean

      Returns string