Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removing TS dict as it is JSII-unfriendly #77

Merged
merged 3 commits into from
Jan 8, 2024

Conversation

rpawlaszek
Copy link
Contributor

This PR removes the TypeScript { [key: string]: string } from surfaced types (i.e. TaskProperties) as although this passes the JSII (v 1.x) syntax check - it produces unwieldy types for Java and Go.

@rpawlaszek rpawlaszek requested a review from kozub January 8, 2024 09:56
@rpawlaszek rpawlaszek requested a review from psrebniak January 8, 2024 18:10
Copy link
Contributor

@psrebniak psrebniak left a comment

Choose a reason for hiding this comment

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

looks good

@mergify mergify bot merged commit 21f8429 into main Jan 8, 2024
12 checks passed
@mergify mergify bot deleted the rpawlaszek/correcting-type-defs branch January 8, 2024 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants