Skip to content

Type hint of private binding shows entire block type instead of specific bindings #209

Open
@sublimeye

Description

@sublimeye

E.g.

Screen Shot 2021-04-29 at 10 53 08 PM

%%private(
  let abc = "abc"

  let somefunc = x => {
    Array.append(x)
  }
)

Expected
specific type of "x"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions