Closed mrseanryan closed 4 years ago
Feature/support dynamic imports in tsx
Fixes #127
TODO:
[x] collect use cases as unit tests - see #127
[x] rebase!
[x] add the new unit tests
[x] update the new code, to work with JsxElements:
JsxElement = 264, JsxSelfClosingElement = 265, JsxOpeningElement = 266, JsxClosingElement = 267, JsxFragment = 268, JsxOpeningFragment = 269, JsxClosingFragment = 270, JsxAttribute = 271, JsxAttributes = 272, JsxSpreadAttribute = 273, JsxExpression = 274,
@pzavolinsky think this one is good - have tested on a large codebase.
Added as many tests as can think of ...
Feature/support dynamic imports in tsx
Fixes #127
TODO:
[x] collect use cases as unit tests - see #127
[x] rebase!
[x] add the new unit tests
[x] update the new code, to work with JsxElements: