mirror of
https://github.com/postmanlabs/openapi-to-postman.git
synced 2022-11-29 22:05:00 +03:00
Merge branch 'split/develop/multiFileSupport' of github.com:postmanlabs/openapi-to-postman into feature/add-reference-map-bundle
This commit is contained in:
@@ -4851,7 +4851,9 @@ module.exports = {
|
||||
let bundledFile = contentAndComponents.fileContent,
|
||||
bundleOutput;
|
||||
|
||||
bundledFile.components = contentAndComponents.components;
|
||||
if (!_.isEmpty(contentAndComponents.components)) {
|
||||
bundledFile.components = contentAndComponents.components;
|
||||
}
|
||||
if (!format) {
|
||||
let rootFormat = parsedRootFiles.find((inputRoot) => {
|
||||
return inputRoot.fileName === contentAndComponents.fileName;
|
||||
|
||||
Reference in New Issue
Block a user