Skip to content
This repository was archived by the owner on Sep 26, 2019. It is now read-only.
This repository was archived by the owner on Sep 26, 2019. It is now read-only.

Nested generic types not properly parsed #54

@jumpinjackie

Description

@jumpinjackie

The current regex used for parsing generic types

/(.+)(.\<)(.+)\>/

Currently breaks down on nested types

eg. Foo.<Array.<Bar>>

Ultimately, we need the regex to only care about the outermost .< and > instances

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions