| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: mrazauskas <tom@mrazauskas.de>
There was a problem hiding this comment.
Adds the missing TypeFormatFlags enum to the TypeScript sync and async APIs.
Changes:
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| Herebyfile.mjs | Registers enum generation. |
| packages/typescript/src/enums/typeFormatFlags.enum.ts | Defines the enum type. |
| packages/typescript/src/enums/typeFormatFlags.ts | Provides runtime enum values. |
| packages/typescript/src/api/sync/api.ts | Exports and uses the enum. |
| packages/typescript/src/api/async/api.ts | Exports and uses the enum. |
| packages/typescript/test/sync/api.test.ts | Tests synchronous formatting. |
| packages/typescript/test/async/api.test.ts | Tests asynchronous formatting. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
Signed-off-by: mrazauskas <tom@mrazauskas.de>
Signed-off-by: mrazauskas <tom@mrazauskas.de>
| Back | FazBrowse Home | New Git URL |
This PR adds the missing TypeFormatFlags enum.
Fixes #63910