Skip to content

fix(codegen): narrow printSync input type - #25871

Merged
graphite-app[bot] merged 1 commit into
mainfrom
codex/fix-codegen-printsync-input
Aug 19, 2026
Merged

fix(codegen): narrow printSync input type#25871
graphite-app[bot] merged 1 commit into
mainfrom
codex/fix-codegen-printsync-input

Conversation

@camc314

@camc314 camc314 commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

  • narrow the public printSync input type to ESTree.Program | ESTree.Statement
  • document the supported input type in the package README
Copilot AI lite review requested due to automatic review settings August 18, 2026 14:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added the A-codegen Area - Code Generation label Aug 18, 2026
@camc314
camc314 force-pushed the codex/fix-codegen-printsync-input branch from 5da0b34 to 98a9b42 Compare August 18, 2026 15:01

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 98a9b4214c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/codegen/src-js/index.ts
@camc314 camc314 added the 0-merge Merge with Graphite Merge Queue label Aug 19, 2026

camc314 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

## Summary
- narrow the public `printSync` input type to `ESTree.Program | ESTree.Statement`
- document the supported input type in the package README
@graphite-app
graphite-app Bot force-pushed the codex/fix-codegen-printsync-input branch from 98a9b42 to 82a790d Compare August 19, 2026 08:18
@graphite-app
graphite-app Bot merged commit 82a790d into main Aug 19, 2026
29 checks passed
@graphite-app graphite-app Bot removed the 0-merge Merge with Graphite Merge Queue label Aug 19, 2026
@graphite-app
graphite-app Bot deleted the codex/fix-codegen-printsync-input branch August 19, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-codegen Area - Code Generation

3 participants