prettier/tests/typescript_export
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
comment.js Do not add double space for export function without body with a comment (#1688) 2017-05-23 16:30:35 -07:00
default.js Never print a semicolon after `export default interface Foo {}` (#4128) 2018-04-11 06:38:02 -04:00
export-class.js fix(typescript): no semi after export default abstract class, fixes #1926 (#1937) 2017-06-03 05:19:39 -07:00
export.ts fix(typescript): look at source to determine export = statement (#1868) 2017-06-02 08:32:40 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00