Skip to content

Perform escape analysis on imported types #206

@brigand

Description

@brigand

Reference: react-virtualized issue

This import appears in a source file which doesn't define components or composite types.

import type WindowScroller from '../WindowScroller.js';

This line is in the output:

import { bpfrpt_proptype_WindowScroller } from '../WindowScroller.js';

As bpfrpt_proptype_WindowScroller is never referred to, the binding and import can be cleaned up.

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