@ovotech/ts-compose
Advanced tools
Comparing version 0.8.2 to 0.9.0
@@ -40,1 +40,8 @@ import * as ts from 'typescript'; | ||
}) => ts.VariableStatement; | ||
export declare const NamespaceBlock: ({ name, block, isExport, isDefault, jsDoc, }: { | ||
name: string; | ||
block: ts.Statement[]; | ||
isExport?: boolean | undefined; | ||
isDefault?: boolean | undefined; | ||
jsDoc?: string | undefined; | ||
}) => ts.ModuleDeclaration; |
@@ -28,1 +28,2 @@ "use strict"; | ||
], ts.NodeFlags.Const)), jsDoc); | ||
exports.NamespaceBlock = ({ name, block, isExport, isDefault, jsDoc, }) => docs_1.withJSDoc(ts.createModuleDeclaration([], type_1.Export(isExport, isDefault), ts.createIdentifier(name), ts.createModuleBlock(block), ts.NodeFlags.Namespace), jsDoc); |
{ | ||
"name": "@ovotech/ts-compose", | ||
"description": "An ts compiler api wrapper", | ||
"version": "0.8.2", | ||
"version": "0.9.0", | ||
"main": "dist/index.js", | ||
@@ -33,3 +33,3 @@ "types": "dist/index.d.ts", | ||
}, | ||
"gitHead": "b83b1f9109e515227201dabfa0d1b41443496510" | ||
"gitHead": "9d31d010930ed481574c3c136d8711daec049c15" | ||
} |
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
21275
363