prettier/tests/typescript_comments
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_class.ts Fix TSAbstractClass base (#1676) 2017-05-23 12:34:40 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
jsx.ts Do not throw for unprinted comments inside of JSX (#2036) 2017-06-07 12:57:03 -07:00
location.ts Include typeAnnotation inside of node location (#2039) 2017-06-07 15:05:46 -07:00
mapped_types.ts Fix TSMappedType comments (#4418) 2018-05-05 15:43:53 -03:00
methods.ts Fix indentation for JSDoc comments (#2470) 2017-10-08 20:34:24 +11:00
type-parameters.ts Add test for comment in TypeScript type parameters (#2132) 2017-06-14 20:10:03 +10:00
types.ts Add expression node in TSAsExpression (#1675) 2017-05-23 12:33:18 -07:00