prettier/tests/typescript_interface
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
abstract.ts fix(typescript): handle ExperimentalSpreadOperator, optional method, and abstract interface (#1763) 2017-05-26 20:19:17 -07:00
comments.js Add group around TSMethodSignature (#2037) 2017-06-07 14:20:55 -07:00
ignore.js fix(typescript): do not add invalid semi for construct in interface with prettier-ignore (#5469) 2018-11-14 21:35:37 +08:00
jsfmt.spec.js Fix printing separator in objects with prettier-ignore (#3448) 2017-12-10 02:57:42 -02:00
long-extends.ts fix(typescript): break on multiple interface extends, fixes #2043 (#2085) 2017-06-10 07:46:59 -07:00
separator.ts Use semi-colon for object separator (#1918) 2017-06-02 15:32:51 -07:00