Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
@@ -24,2 +24,5 @@ "use strict"; | ||
} | ||
else if (Array.isArray(placeholder)) { | ||
toScan = [...toScan, ...placeholder]; | ||
} | ||
} | ||
@@ -40,2 +43,5 @@ const importPart = SymbolSpecs_1.emitImports(imports, ''); | ||
} | ||
else if (Array.isArray(placeholder)) { | ||
placeholder.forEach(p => result += p.toString()); | ||
} | ||
else { | ||
@@ -42,0 +48,0 @@ result += placeholder.toString(); |
{ | ||
"name": "ts-poet", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "code generation DSL for TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
861
0
77099