Skip to content

Navigation bar: functions nested in methods #8779

Closed
@ghost

Description

Given this code:

class X {
    x() {
        function y() {
            function z() {} 
        }
    }
}

In the navigation bar, y should be indented one level deeper than x. Currently they have the same indent level, making y look like another method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions