prettier/tests/typescript_definite
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
definite.ts Handle definite variable declarations (#4025) 2018-02-22 13:03:35 +11:00
jsfmt.spec.js feat(typescript): support definite assignment (`!:`) (#4020) 2018-02-22 01:40:57 +08:00