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: export transliterateAssembly and fix bug with transliterate cli #121

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

mrgrain
Copy link
Contributor

@mrgrain mrgrain commented Jun 13, 2023

This function is already used in other tools and should be available as programmatic API.

Both --loose and --language were using the -l alias, causing the language option to be booleans instead of strings.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This function is already used in other tools and should be available as programmatic API.
Both `--loose` and `--language` were using the `-l` alias, causing the language option to be booleans instead of strings.
return target;
})
? args.language
.map((lang) => lang.toUpperCase())
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Throwing this in for a slightly better UX

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Jun 14, 2023
Merged via the queue into main with commit a26348b Jun 14, 2023
@aws-cdk-automation aws-cdk-automation deleted the mrgrain/fix/transliterate-fixes branch June 14, 2023 11:16
@mrgrain mrgrain restored the mrgrain/fix/transliterate-fixes branch July 3, 2023 11:45
github-merge-queue bot pushed a commit that referenced this pull request Jul 3, 2023
…(backport) (#161)

Backport of #121

---

By submitting this pull request, I confirm that my contribution is made
under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
mergify bot pushed a commit to aws/jsii that referenced this pull request Jul 3, 2023
…(backport) (#4166)

Backport of aws/jsii-rosetta#121

---

By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license].

[Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
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