prettier/tests/typescript_class
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
constructor.ts Update typescript-eslint (#1787) 2017-05-28 13:18:29 -07:00
dunder.ts Drop-in replacement: typescript-estree for typescript-eslint-parser (#5139) 2018-09-25 15:44:21 -04:00
extends_implements.ts Prettier extends and implements when not fitting in same line (#3689) 2018-01-13 16:31:51 +11:00
generics.ts Add support for TSQualifiedType in ast-types (#1696) 2017-05-23 18:18:46 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
methods.ts Move accessibility before static (#1908) 2017-06-02 14:27:19 -07:00
optional.ts fix(typescript): update typescript-eslint-parser (#4762) 2018-06-29 19:27:21 +08:00
quoted-property.ts fix(typescript): preserve quoted class property (#4517) 2018-05-21 18:57:30 +08:00