exp: Using TypeScript 7 (tsgo) generator - #3549
Draft
RobinTail wants to merge 3 commits into
Draft
Conversation
Contributor
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Jul 22, 2026
RobinTail
added a commit
that referenced
this pull request
Jul 23, 2026
This should: - improve maintainability; - make it easier to migrate to #3549 , including async printer of `tsgo` and reducing of using `addJsDoc()` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Improvements** * Improved the generation of TypeScript client and integration code. * Streamlined generated request, pagination, subscription, and endpoint definitions. * Reduced unnecessary generated output while preserving existing public declarations. * **Maintenance** * Simplified internal code-generation utilities for more efficient processing. * Updated example type formatting without changing its behavior. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
RobinTail
commented
Jul 24, 2026
RobinTail
commented
Jul 24, 2026
RobinTail
commented
Jul 25, 2026
RobinTail
commented
Jul 25, 2026
Comment on lines
+1
to
+3
| /* eslint-disable allowed/dependencies -- experiment ⚠️*/ | ||
| import * as R from "ramda"; | ||
| import ts from "typescript"; // eslint-disable-line allowed/dependencies -- opt-in export | ||
| import * as f from "tsgo/unstable/ast/factory"; |
Owner
Author
There was a problem hiding this comment.
fix when unstable is gone, presumably version 7.1
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 6, 2026 10:32
5378a0f to
6309b84
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 6, 2026 11:08
6309b84 to
5797163
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 7, 2026 04:01
5797163 to
b303e38
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 7, 2026 04:39
b303e38 to
018b63b
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 8, 2026 15:19
018b63b to
75dc6d9
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 8, 2026 15:32
75dc6d9 to
aec5b78
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
2 times, most recently
from
August 8, 2026 17:18
abd1973 to
5b9cccd
Compare
RobinTail
commented
Aug 8, 2026
| dts: { | ||
| neverBundle: ["express-serve-static-core", "qs"], | ||
| }, | ||
| neverBundle: [/@typescript\/native/], // @todo: remove when listed in peer dependencies or imported as typescript |
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 8, 2026 18:19
66dd511 to
3076047
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 8, 2026 20:35
c77ba4a to
0784776
Compare
RobinTail
force-pushed
the
use-ts7-generator
branch
from
August 8, 2026 20:50
0784776 to
449d46f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ℹ️ This is an experiment with unstable API.
⚠️ Do not try it at home!
⛑️ professional slackers at work!