@ovotech/ts-compose
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -49,7 +49,7 @@ "use strict"; | ||
const imports = Object.values(doc.context.imports); | ||
return [ | ||
return ([ | ||
...imports.map(item => print_1.printNode(node_1.Import(item))), | ||
print_1.printNode(doc.type), | ||
...identifiers.map(identifier => print_1.printNode(identifier)), | ||
].join('\n\n'); | ||
].join('\n\n') + '\n'); | ||
}; |
{ | ||
"name": "@ovotech/ts-compose", | ||
"description": "An ts compiler api wrapper", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"main": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "0973b614b389f0e93a49f57ebd2a6957e6815348" | ||
"gitHead": "ebe20d61fafd9e39f48e4d6339f7ac8c0d4217f4" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20228