@kubb/parser-ts
Advanced tools
Comparing version 2.26.4 to 2.26.5
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-Cd7U4lxv.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-DPDFOC51.js'; |
@@ -7,2 +7,3 @@ import { | ||
createExportDeclaration, | ||
createFalse, | ||
createIdentifier, | ||
@@ -22,2 +23,3 @@ createImportDeclaration, | ||
createStringLiteral, | ||
createTrue, | ||
createTupleDeclaration, | ||
@@ -31,3 +33,3 @@ createTupleTypeNode, | ||
modifiers | ||
} from "./chunk-QHLKNPYD.js"; | ||
} from "./chunk-QS3OYEJK.js"; | ||
export { | ||
@@ -39,2 +41,3 @@ appendJSDocToNode, | ||
createExportDeclaration, | ||
createFalse, | ||
createIdentifier, | ||
@@ -54,2 +57,3 @@ createImportDeclaration, | ||
createStringLiteral, | ||
createTrue, | ||
createTupleDeclaration, | ||
@@ -56,0 +60,0 @@ createTupleTypeNode, |
import ts, { PrinterOptions } from 'typescript'; | ||
export { default as ts } from 'typescript'; | ||
export { f as factory } from './factory-Cd7U4lxv.js'; | ||
export { f as factory } from './factory-DPDFOC51.js'; | ||
@@ -5,0 +5,0 @@ type ExportsResult = { |
import { | ||
factory_exports | ||
} from "./chunk-QHLKNPYD.js"; | ||
} from "./chunk-QS3OYEJK.js"; | ||
@@ -5,0 +5,0 @@ // src/api.ts |
{ | ||
"name": "@kubb/parser-ts", | ||
"version": "2.26.4", | ||
"version": "2.26.5", | ||
"description": "TypeScript parser", | ||
@@ -58,5 +58,5 @@ "keywords": [ | ||
"tsup": "^8.3.0", | ||
"@kubb/config-biome": "2.26.4", | ||
"@kubb/config-ts": "2.26.4", | ||
"@kubb/config-tsup": "2.26.4" | ||
"@kubb/config-biome": "2.26.5", | ||
"@kubb/config-ts": "2.26.5", | ||
"@kubb/config-tsup": "2.26.5" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
@@ -554,1 +554,4 @@ 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
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
150192
1883
1