prettier/tests/typescript/conformance/classes/constructorDeclarations/constructorParameters
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
constructorDefaultValuesReferencingThis.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
constructorImplementationWithDefaultValues.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
constructorImplementationWithDefaultValues2.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
constructorOverloadsWithDefaultValues.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
constructorOverloadsWithOptionalParameters.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
constructorParameterProperties.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
constructorParameterProperties2.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
declarationEmitReadonly.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
jsfmt.spec.js Change run_spec to have explicit parser list (#3356) 2017-11-30 03:31:52 -03:00
readonlyConstructorAssignment.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
readonlyInConstructorParameters.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00
readonlyReadonly.ts Add TSParameterProperty, TSAbstractClassDeclaration and TSAbstractMethodDefnition (#1410) 2017-04-26 09:25:58 -07:00