TypeScript Compiler API wrapper for static analysis and programmatic code changes.
It's either a brain fart or an actual issue. ```ts export type MutableStep1Dto = MutableDto<Step1Dto, "userType" | "propertyTypes">; ``` I want to extract the second argument of `MutableDto` to count the union members. I tried walking the nodes but it just doesn't yield the expected types as seen in the AST viewer, see https://ts-ast-viewer.com/#code/FAUwHgDg9gTgLgAjgTwiBBZArnAhgIwBsQBlOECANgBE4oEBeTHA42qAHjIproBoEAIiwBnEDAAqqEIIQAfIRBhQ08ZFLQjBAPgDcQA.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by adi-doorloop and has received 2 comments.