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 #804 - support noUncheckedIndexedAccess option. #805

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Sep 5, 2023

When generation being used with noUncheckedIndexedAccess option of tsconfig.json, and union type of Arrays (tuples) being used, compilation error had occured.

This PR fixes that bug. The newer patch version is v5.0.2.

When generation being used with `noUncheckedIndexedAccess` option of `tsconfig.json`, and union type of Arrays (tuples) being used, compilation error had occured. This PR fixes that bug.

The newer patch version is `v5.0.2`.
@samchon samchon added bug Something isn't working enhancement New feature or request labels Sep 5, 2023
@samchon samchon self-assigned this Sep 5, 2023
@samchon samchon added this to In progress in V5 Update via automation Sep 5, 2023
@samchon samchon merged commit e387322 into master Sep 5, 2023
2 of 3 checks passed
V5 Update automation moved this from In progress to Done Sep 5, 2023
@samchon samchon deleted the features/noUncheckedIndexedAccess branch September 5, 2023 03:19
@samchon samchon restored the features/noUncheckedIndexedAccess branch September 5, 2023 03:20
@samchon samchon deleted the features/noUncheckedIndexedAccess branch September 5, 2023 03:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant