@typespec/http
Advanced tools
Comparing version 0.43.0 to 0.43.1
@@ -68,5 +68,3 @@ import { createDiagnosticCollector, getDoc, isArrayModelType, setTypeSpecNamespace, typespecTypeToJson, validateDecoratorTarget, validateDecoratorUniqueOnNode, } from "@typespec/compiler"; | ||
if ((format === null || format === void 0 ? void 0 : format.kind) === "String") { | ||
if (format.value === "multi" || format.value === "csv") { | ||
options.format = format.value; | ||
} | ||
options.format = format.value; // That value should have already been validated by the TypeSpec dec | ||
} | ||
@@ -73,0 +71,0 @@ } |
{ | ||
"name": "@typespec/http", | ||
"version": "0.43.0", | ||
"version": "0.43.1", | ||
"author": "Microsoft Corporation", | ||
@@ -5,0 +5,0 @@ "description": "TypeSpec HTTP protocol binding", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
208981
2625