Skip to content

Add more information regarding whether an import statement is a class or interface #105

@jpike88

Description

@jpike88

I want to know whether a particular import statement like so

import { a, b, c } from './blah

A is a class, but b is not a class.

I want to know this because I can then lazy-instantiate imports that are classes in my generated file as needed.

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