Describe the bug
According to this PR: 9890, multiple files should be supported.
I've updated to 1.10.0 all components, but can't make it work.
Reproduction
I've checked the tests from the PR above, and made the config follow the same pattern. This is literally a complete config I have.
emit:
- "@typespec/openapi3"
options:
"@typespec/openapi3":
emitter-output-dir: "{output-dir}/v01"
file-type:
- "json"
- "yaml"
output-file: "schema.{file-type}"
openapi-versions:
- 3.1.0
output-dir: "{project-root}/dist"
It produces only dist/v01/schema.json,yaml file, with yaml content inside.
Checklist
Describe the bug
According to this PR: 9890, multiple files should be supported.
I've updated to 1.10.0 all components, but can't make it work.
Reproduction
I've checked the tests from the PR above, and made the config follow the same pattern. This is literally a complete config I have.
It produces only
dist/v01/schema.json,yamlfile, with yaml content inside.Checklist