prettier/tests/typescript_decorators
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
decorator-type-assertion.ts Print parens around type assertions for decorators (#3329) 2017-11-27 23:10:33 +11:00
decorators-comments.js Fix printing of comments around decorators and class properties (#3382) 2017-12-03 14:59:35 +11:00
decorators.js Inline decorators with no arguments (#1910) 2017-06-02 14:40:39 -07:00
inline-decorators.ts Break decorator before content (#2032) 2017-06-07 12:40:47 -07:00
interface.ts fix(typescript): preserve decorator on interface (#4632) 2018-06-05 00:08:24 +08:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00