0 留言 (0 留言)0 反應 (0 反應)0 負責人 (0 負責人)TypeScript10,867 star (10,867 star)968 fork (968 fork)batch import
C#good first issue
- 議題類型
- feature
- 前置要求
- 無
- 研究方向
- Explore the quicktype codebase, focusing on the C# language target files (likely src/quicktype core/language/CSharp.ts). The issue requests emitting type aliases (using directives) for top level non object types (e.g., primitives, enums). Currently, quicktype may only emit aliases for object types. Study how using directives are generated for objects and extend that logic to other types. The StackOverflow link in the issue (https://stackoverflow.com/a/9258120/80410) illustrates the desired behavior. Check existing tests in the C# test suite to understand current output, then implement the new feature and add tests.