Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add PHP doc type node to TypeScript type node transpiler #117

Merged
merged 9 commits into from
Mar 8, 2024

Conversation

Yilun-Sun
Copy link
Contributor

@Yilun-Sun Yilun-Sun commented Mar 5, 2024

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Other (please describe):

Does this introduce a breaking change?

  • Yes
  • No

Other information

This PR introduces a PHPDoc Parser Transpiler capable of converting PHPDoc comments into TypeScript type definitions. This feature is aimed at enhancing the interoperability between PHP and TypeScript by providing a systematic approach to parse, transpile, and render PHPDoc comments as TypeScript type definitions.

@Yilun-Sun Yilun-Sun added the new-feature New features or options. label Mar 5, 2024
@Yilun-Sun Yilun-Sun force-pushed the feature/add-phpdoc-node-to-typescript-node-transpiler branch from 29ab8f0 to afc7889 Compare March 5, 2024 07:12
@Yilun-Sun Yilun-Sun requested a review from rainx March 6, 2024 02:33
@Yilun-Sun Yilun-Sun force-pushed the feature/add-phpdoc-node-to-typescript-node-transpiler branch 2 times, most recently from 3088681 to c734db6 Compare March 7, 2024 02:58
@Yilun-Sun Yilun-Sun force-pushed the feature/add-phpdoc-node-to-typescript-node-transpiler branch from c734db6 to 7c6cec1 Compare March 7, 2024 03:01
@Yilun-Sun Yilun-Sun force-pushed the feature/add-phpdoc-node-to-typescript-node-transpiler branch from fba5ff1 to cf14291 Compare March 7, 2024 06:51
@Yilun-Sun Yilun-Sun requested a review from rainx March 7, 2024 07:02
@rainx rainx merged commit 82c6f1e into main Mar 8, 2024
5 checks passed
@Yilun-Sun Yilun-Sun deleted the feature/add-phpdoc-node-to-typescript-node-transpiler branch March 8, 2024 05:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature New features or options.
Development

Successfully merging this pull request may close these issues.

2 participants