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

rescript: use Core instead of Js #388

Merged
merged 1 commit into from
Feb 27, 2024
Merged

rescript: use Core instead of Js #388

merged 1 commit into from
Feb 27, 2024

Conversation

cannorin
Copy link
Member

Closes #387.

This PR replaces ReScript's standard library from Js to Core.

ArrayLike and Iterable are still mapped to Js.Array2.array_like since it doesn't seem to be available in Core yet.

@cannorin cannorin enabled auto-merge February 27, 2024 11:27
@cannorin cannorin merged commit 0559bef into main Feb 27, 2024
5 checks passed
@cannorin cannorin deleted the rescript/use-core branch February 27, 2024 11:32
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.

rescript: use the new Core standard library
1 participant