@kubb/parser-ts
Advanced tools
Comparing version 0.0.0-canary-20240619171802 to 0.0.0-canary-20240621143220
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-DE8g6o05.js'; | ||
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'; |
import ts, { PrinterOptions } from 'typescript'; | ||
export { default as ts } from 'typescript'; | ||
export { f as factory } from './factory-DE8g6o05.js'; | ||
export { f as factory } from './factory-Cd7U4lxv.js'; | ||
@@ -5,0 +5,0 @@ type ExportsResult = { |
{ | ||
"name": "@kubb/parser-ts", | ||
"version": "0.0.0-canary-20240619171802", | ||
"version": "0.0.0-canary-20240621143220", | ||
"description": "TypeScript parser", | ||
@@ -52,3 +52,3 @@ "keywords": [ | ||
"remeda": "^2.2.0", | ||
"typescript": "^5.4.5" | ||
"typescript": "^5.5.2" | ||
}, | ||
@@ -58,5 +58,5 @@ "devDependencies": { | ||
"tsup": "^8.1.0", | ||
"@kubb/config-biome": "0.0.0-canary-20240619171802", | ||
"@kubb/config-ts": "0.0.0-canary-20240619171802", | ||
"@kubb/config-tsup": "0.0.0-canary-20240619171802" | ||
"@kubb/config-biome": "0.0.0-canary-20240621143220", | ||
"@kubb/config-ts": "0.0.0-canary-20240621143220", | ||
"@kubb/config-tsup": "0.0.0-canary-20240621143220" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
149101
Updatedtypescript@^5.5.2