@kubb/parser-ts
Advanced tools
+3
-3
| { | ||
| "name": "@kubb/parser-ts", | ||
| "version": "5.0.0-beta.33", | ||
| "version": "5.0.0-beta.34", | ||
| "description": "TypeScript and TSX source file parser for Kubb. Converts AST nodes and raw TypeScript code into formatted source strings using the TypeScript compiler API.", | ||
@@ -45,7 +45,7 @@ "keywords": [ | ||
| "typescript": "^6.0.3", | ||
| "@kubb/core": "5.0.0-beta.33" | ||
| "@kubb/core": "5.0.0-beta.34" | ||
| }, | ||
| "devDependencies": { | ||
| "@internals/utils": "0.0.0", | ||
| "@kubb/ast": "5.0.0-beta.33" | ||
| "@kubb/ast": "5.0.0-beta.34" | ||
| }, | ||
@@ -52,0 +52,0 @@ "engines": { |
+15
-5
| <div align="center"> | ||
| <h1>@kubb/parser-ts</h1> | ||
| <a href="https://kubb.dev" target="_blank" rel="noopener noreferrer"> | ||
| <img width="180" src="https://raw.githubusercontent.com/kubb-labs/kubb/main/assets/logo.png" alt="Kubb logo"> | ||
| <img src="https://kubb.dev/og.png" alt="Kubb banner"> | ||
| </a> | ||
@@ -14,3 +13,3 @@ | ||
| <h4> | ||
| <a href="https://kubb.dev/" target="_blank">Documentation</a> | ||
| <a href="https://kubb.dev" target="_blank">Documentation</a> | ||
| <span> · </span> | ||
@@ -23,4 +22,10 @@ <a href="https://github.com/kubb-labs/kubb/issues/" target="_blank">Report Bug</a> | ||
| TypeScript and TSX source file parser for Kubb. Converts AST nodes and raw TypeScript code into formatted source strings using the TypeScript compiler API. | ||
| <br /> | ||
| # @kubb/parser-ts | ||
| ### TypeScript source file parser for Kubb | ||
| Converts AST nodes and raw TypeScript code into formatted source strings using the TypeScript compiler API. Handles both `.ts` and `.tsx` output. | ||
| ## Installation | ||
@@ -82,5 +87,6 @@ | ||
| Kubb is an open source project with its ongoing development made possible entirely by the support of Sponsors. If you would like to become a sponsor, please consider: | ||
| Kubb is an open source project, and its development is funded entirely by sponsors. If you would like to become a sponsor, please consider: | ||
| - [Become a Sponsor on GitHub](https://github.com/sponsors/stijnvanhulle) | ||
| - [See sponsorship tiers and our sponsors](https://kubb.dev/sponsors) | ||
@@ -93,2 +99,6 @@ <p align="center"> | ||
| ## License | ||
| [MIT](https://github.com/kubb-labs/kubb/blob/main/licenses/LICENSE-MIT) | ||
| <!-- Badges --> | ||
@@ -95,0 +105,0 @@ |
121255
0.09%112
9.8%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated