quicktype-core 23.0.77 → 23.0.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -353,8 +353,8 @@ class PythonRenderer extends ConvenienceRenderer_1.ConvenienceRenderer {
353
353
  }
354
354
  else {
355
355
  this.forEachClassProperty(t, "none", (name, jsonName, cp) => {
356
- this.emitDescription(this.descriptionForClassProperty(t, jsonName));
357
356
  this.emitLine(name, this.typeHint(": ", this.pythonType(cp.type, true)));
357
+ this.emitDescription(this.descriptionForClassProperty(t, jsonName));
358
358
  });
359
359
  }
360
360
  this.ensureBlankLine();
@@ -38,7 +38,8 @@ class TypeScriptFlowBaseTargetLanguage extends JavaScript_1.JavaScriptTargetLang
38
38
  exports.tsFlowOptions.converters,
39
39
  exports.tsFlowOptions.rawType,
40
40
  exports.tsFlowOptions.preferUnions,
41
- exports.tsFlowOptions.preferTypes
41
+ exports.tsFlowOptions.preferTypes,
42
+ exports.tsFlowOptions.preferConstValues
42
43
  ];
43
44
  }
44
45
  get supportsOptionalClassProperties() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quicktype-core",
3
- "version": "23.0.77",
3
+ "version": "23.0.79",
4
4
  "description": "The quicktype engine as a library",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.js",