Skip to content

Add type modeling for each typed array case #304

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

Merged
merged 2 commits into from
Jul 23, 2025
Merged

Add type modeling for each typed array case #304

merged 2 commits into from
Jul 23, 2025

Conversation

jhnaldo
Copy link
Contributor

@jhnaldo jhnaldo commented Jul 23, 2025

The current type modeling only represents TypedArray.

However, we need to add each separate case of TypedArray (e.g., Uint8Array) because tc39/ecma262#3655 uses Uint8Array type and causes errors in the type check due to the lack of its type modeling.

We have verified that this PR resolves the issue.

@jhnaldo jhnaldo merged commit 196edf2 into dev Jul 23, 2025
6 checks passed
@jhnaldo jhnaldo deleted the dev-ty-model branch July 23, 2025 18:14
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.

1 participant