prettier/tests/typescript_optional_type
Ika 4af3dd4b07
test: improve snapshots (#5521)
- before
  ```
  ${input}${"~".repeat(printWidth)}
  ${output}
  ```
- after
  ```
  ===options===
  ${options}
  ${" ".repeat(printWidth)}| printWidth
  ====input====
  ${input}
  ===output====
  ${output}
  =============
  ```
2018-11-25 16:21:14 +08:00
..
__snapshots__ test: improve snapshots (#5521) 2018-11-25 16:21:14 +08:00
complex.ts fix(typescript): preserve necessary parens for TSOptionalType (#5056) 2018-09-06 09:04:37 +08:00
jsfmt.spec.js feat(typescript): support TSOptionalType and TSRestType (#4757) 2018-06-30 09:10:56 +08:00
simple.ts feat(typescript): support TSOptionalType and TSRestType (#4757) 2018-06-30 09:10:56 +08:00