Comparing version 3.0.0-alpha.1 to 3.0.0-alpha.2
import { SymbolSpec } from '@src/SymbolSpecs'; | ||
declare class Code { | ||
export declare class Code { | ||
private literals; | ||
@@ -11,2 +11,1 @@ private placeholders; | ||
export declare function code(literals: TemplateStringsArray, ...placeholders: any[]): Code; | ||
export {}; |
@@ -54,2 +54,3 @@ "use strict"; | ||
} | ||
exports.Code = Code; | ||
function maybePretty(input) { | ||
@@ -56,0 +57,0 @@ try { |
{ | ||
"name": "ts-poet", | ||
"version": "3.0.0-alpha.1", | ||
"version": "3.0.0-alpha.2", | ||
"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
76971