pzavolinsky / ts-unused-exports

ts-unused-exports finds unused exported symbols in your Typescript project
MIT License
749 stars 49 forks source link

Feature/support dynamic imports in tsx #128

Closed mrseanryan closed 4 years ago

mrseanryan commented 4 years ago

Feature/support dynamic imports in tsx

Fixes #127

TODO:

        JsxElement = 264,
        JsxSelfClosingElement = 265,
        JsxOpeningElement = 266,
        JsxClosingElement = 267,
        JsxFragment = 268,
        JsxOpeningFragment = 269,
        JsxClosingFragment = 270,
        JsxAttribute = 271,
        JsxAttributes = 272,
        JsxSpreadAttribute = 273,
        JsxExpression = 274,
mrseanryan commented 4 years ago

@pzavolinsky think this one is good - have tested on a large codebase.

Added as many tests as can think of ...