@kubb/parser-ts
Advanced tools
Comparing version 3.0.0-alpha.21 to 3.0.0-alpha.23
import 'typescript'; | ||
export { j as appendJSDocToNode, d as createArrayDeclaration, x as createArrayTypeNode, q as createEnumDeclaration, p as createExportDeclaration, A as createIdentifier, o as createImportDeclaration, k as createIndexSignature, a as createIntersectionDeclaration, i as createJSDoc, y as createLiteralTypeNode, n as createNamespaceDeclaration, z as createNull, v as createNumericLiteral, r as createOmitDeclaration, h as createParameterSignature, g as createPropertySignature, c as createQuestionToken, w as createStringLiteral, b as createTupleDeclaration, B as createTupleTypeNode, l as createTypeAliasDeclaration, t as createTypeLiteralNode, u as createTypeReferenceNode, e as createUnionDeclaration, s as keywordTypeNodes, m as modifiers } from './factory-CFXA_d49.js'; | ||
export { j as appendJSDocToNode, d as createArrayDeclaration, x as createArrayTypeNode, q as createEnumDeclaration, p as createExportDeclaration, D as createFalse, A as createIdentifier, o as createImportDeclaration, k as createIndexSignature, a as createIntersectionDeclaration, i as createJSDoc, y as createLiteralTypeNode, n as createNamespaceDeclaration, z as createNull, v as createNumericLiteral, r as createOmitDeclaration, h as createParameterSignature, g as createPropertySignature, c as createQuestionToken, w as createStringLiteral, C as createTrue, b as createTupleDeclaration, B as createTupleTypeNode, l as createTypeAliasDeclaration, t as createTypeLiteralNode, u as createTypeReferenceNode, e as createUnionDeclaration, s as keywordTypeNodes, m as modifiers } from './factory-CicFXqtM.js'; |
@@ -1,3 +0,3 @@ | ||
export { appendJSDocToNode, createArrayDeclaration, createArrayTypeNode, createEnumDeclaration, createExportDeclaration, createIdentifier, createImportDeclaration, createIndexSignature, createIntersectionDeclaration, createJSDoc, createLiteralTypeNode, createNamespaceDeclaration, createNull, createNumericLiteral, createOmitDeclaration, createParameterSignature, createPropertySignature, createQuestionToken, createStringLiteral, createTupleDeclaration, createTupleTypeNode, createTypeAliasDeclaration, createTypeLiteralNode, createTypeReferenceNode, createUnionDeclaration, keywordTypeNodes, modifiers } from './chunk-2BN5RQSZ.js'; | ||
export { appendJSDocToNode, createArrayDeclaration, createArrayTypeNode, createEnumDeclaration, createExportDeclaration, createFalse, createIdentifier, createImportDeclaration, createIndexSignature, createIntersectionDeclaration, createJSDoc, createLiteralTypeNode, createNamespaceDeclaration, createNull, createNumericLiteral, createOmitDeclaration, createParameterSignature, createPropertySignature, createQuestionToken, createStringLiteral, createTrue, createTupleDeclaration, createTupleTypeNode, createTypeAliasDeclaration, createTypeLiteralNode, createTypeReferenceNode, createUnionDeclaration, keywordTypeNodes, modifiers } from './chunk-VCQMYAU6.js'; | ||
//# sourceMappingURL=factory.js.map | ||
//# sourceMappingURL=factory.js.map |
import ts, { PrinterOptions } from 'typescript'; | ||
export { f as factory } from './factory-CFXA_d49.js'; | ||
export { f as factory } from './factory-CicFXqtM.js'; | ||
@@ -4,0 +4,0 @@ type Options = { |
@@ -1,2 +0,2 @@ | ||
export { factory_exports as factory } from './chunk-2BN5RQSZ.js'; | ||
export { factory_exports as factory } from './chunk-VCQMYAU6.js'; | ||
import ts from 'typescript'; | ||
@@ -3,0 +3,0 @@ |
{ | ||
"name": "@kubb/parser-ts", | ||
"version": "3.0.0-alpha.21", | ||
"version": "3.0.0-alpha.23", | ||
"description": "TypeScript parser", | ||
@@ -56,4 +56,4 @@ "keywords": [ | ||
"tsup": "^8.3.0", | ||
"@kubb/config-ts": "3.0.0-alpha.21", | ||
"@kubb/config-tsup": "3.0.0-alpha.21" | ||
"@kubb/config-ts": "3.0.0-alpha.23", | ||
"@kubb/config-tsup": "3.0.0-alpha.23" | ||
}, | ||
@@ -60,0 +60,0 @@ "engines": { |
@@ -556,1 +556,3 @@ import { isNumber } from 'remeda' | ||
export const createTupleTypeNode = factory.createTupleTypeNode | ||
export const createTrue = factory.createTrue | ||
export const createFalse = factory.createFalse |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
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
157188
1821
56
9
22604
1