Skip to content

CSE Machine: Arrow head overlap with function object #3755

@ThatLi

Description

@ThatLi

Sometimes there's an overlapping visual when arrows points to a closure object.

Image

example by @Akshay-2007-1

Image

example I found

Sample code:

function fun(x) {
    return y => x;
}

const someName = fun(1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingminorLess important than important, but more than nice-to-have

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions