prettier/tests/typescript_tsx
Sosuke Suzuki 3a998df02e
TSX: Fix incorrectly removing parentheses around jsx elements being accessed in tsx file (#6640)
* Modify to wrap jsx element used with member-expression in tsx

* Add tests

* Update CHANGELOG.unreleased.md

* Modify to support no-inline jsx element

* Add pr number

* Fix from lint-docs

* Modify to rename isTsx => isTSXFile

* Modify to no considering file ext

* Support JSXFragment and add tests

* Update CHANGELOG.unreleased.md
2019-10-16 00:11:48 +09:00
..
__snapshots__ TSX: Fix incorrectly removing parentheses around jsx elements being accessed in tsx file (#6640) 2019-10-16 00:11:48 +09:00
generic-component.tsx feat(typescript): support generic JSX element (#4268) 2018-04-24 08:45:31 -05:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
keyword.tsx Support the Keyword type (#2056) 2017-06-08 09:25:28 -07:00
member-expression.tsx TSX: Fix incorrectly removing parentheses around jsx elements being accessed in tsx file (#6640) 2019-10-16 00:11:48 +09:00
not-react.ts feat(typescript): add fallback for JSX detection (#1551) 2017-05-08 05:57:19 -07:00
react.tsx feat(typescript): add fallback for JSX detection (#1551) 2017-05-08 05:57:19 -07:00
this.tsx Fix <this.Component /> (#2472) 2017-07-13 17:21:46 +10:00
type-parameters.tsx [TypeScript] Add trailing comma for only arrow functions in tsx. (#6190) 2019-06-07 09:01:58 -03:00
url.tsx Fix more bugs with double slash in TSX (#6289) 2019-07-11 11:27:53 -03:00