@kubb/parser-ts
Advanced tools
Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11
@@ -0,1 +1,4 @@ | ||
import { isNumber } from 'remeda'; | ||
import ts from 'typescript'; | ||
var __defProp = Object.defineProperty; | ||
@@ -38,4 +41,2 @@ var __export = (target, all) => { | ||
}); | ||
import { isNumber } from "remeda"; | ||
import ts from "typescript"; | ||
var { factory } = ts; | ||
@@ -426,32 +427,4 @@ var modifiers = { | ||
export { | ||
modifiers, | ||
createQuestionToken, | ||
createIntersectionDeclaration, | ||
createTupleDeclaration, | ||
createArrayDeclaration, | ||
createUnionDeclaration, | ||
createPropertySignature, | ||
createParameterSignature, | ||
createJSDoc, | ||
appendJSDocToNode, | ||
createIndexSignature, | ||
createTypeAliasDeclaration, | ||
createNamespaceDeclaration, | ||
createImportDeclaration, | ||
createExportDeclaration, | ||
createEnumDeclaration, | ||
createOmitDeclaration, | ||
keywordTypeNodes, | ||
createTypeLiteralNode, | ||
createTypeReferenceNode, | ||
createNumericLiteral, | ||
createStringLiteral, | ||
createArrayTypeNode, | ||
createLiteralTypeNode, | ||
createNull, | ||
createIdentifier, | ||
createTupleTypeNode, | ||
factory_exports | ||
}; | ||
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, factory_exports, keywordTypeNodes, modifiers }; | ||
//# sourceMappingURL=chunk-2BN5RQSZ.js.map | ||
//# sourceMappingURL=chunk-2BN5RQSZ.js.map |
@@ -1,59 +0,3 @@ | ||
import { | ||
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, | ||
createIdentifier, | ||
createImportDeclaration, | ||
createIndexSignature, | ||
createIntersectionDeclaration, | ||
createJSDoc, | ||
createLiteralTypeNode, | ||
createNamespaceDeclaration, | ||
createNull, | ||
createNumericLiteral, | ||
createOmitDeclaration, | ||
createParameterSignature, | ||
createPropertySignature, | ||
createQuestionToken, | ||
createStringLiteral, | ||
createTupleDeclaration, | ||
createTupleTypeNode, | ||
createTypeAliasDeclaration, | ||
createTypeLiteralNode, | ||
createTypeReferenceNode, | ||
createUnionDeclaration, | ||
keywordTypeNodes, | ||
modifiers | ||
}; | ||
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'; | ||
//# sourceMappingURL=factory.js.map | ||
//# sourceMappingURL=factory.js.map |
@@ -1,7 +0,4 @@ | ||
import { | ||
factory_exports | ||
} from "./chunk-2BN5RQSZ.js"; | ||
export { factory_exports as factory } from './chunk-2BN5RQSZ.js'; | ||
import ts from 'typescript'; | ||
// src/print.ts | ||
import ts from "typescript"; | ||
var { factory } = ts; | ||
@@ -31,6 +28,5 @@ var escapeNewLines = (code) => code.replace(/\n\n/g, "\n/* :newline: */"); | ||
} | ||
export { | ||
factory_exports as factory, | ||
}; | ||
export { print }; | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@kubb/parser-ts", | ||
"version": "3.0.0-alpha.10", | ||
"version": "3.0.0-alpha.11", | ||
"description": "TypeScript parser", | ||
@@ -58,5 +58,5 @@ "keywords": [ | ||
"tsup": "^8.2.4", | ||
"@kubb/config-biome": "3.0.0-alpha.10", | ||
"@kubb/config-ts": "3.0.0-alpha.10", | ||
"@kubb/config-tsup": "3.0.0-alpha.10" | ||
"@kubb/config-biome": "3.0.0-alpha.11", | ||
"@kubb/config-ts": "3.0.0-alpha.11", | ||
"@kubb/config-tsup": "3.0.0-alpha.11" | ||
}, | ||
@@ -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
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
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
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
153333
1771
9