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

Playground: auto-open @rescript/core when loaded #729

Merged
merged 4 commits into from
Nov 2, 2023

Conversation

fhammerschmidt
Copy link
Member

Ths PR depends on rescript-lang/rescript#6446

@fhammerschmidt fhammerschmidt force-pushed the auto-open-rescript-core branch from 4e3734e to 412f86c Compare October 31, 2023 22:12
@fhammerschmidt fhammerschmidt marked this pull request as ready for review October 31, 2023 22:13
@@ -431,6 +437,7 @@ module Compiler = {
}

Belt.Option.forEach(moduleSystem, moduleSystem => t->setModuleSystem(moduleSystem)->ignore)
Belt.Option.forEach(config.open_modules, modules => t->setOpenModules(modules)->ignore)
Copy link
Member

@ryyppy ryyppy Nov 1, 2023

Choose a reason for hiding this comment

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

I guess here one needs to check for compiler bundle version to be V4 as well?

Copy link
Member Author

Choose a reason for hiding this comment

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

Did that but at a different spot (see commit).

@fhammerschmidt fhammerschmidt force-pushed the auto-open-rescript-core branch from 32cfe99 to 931b9f5 Compare November 1, 2023 22:41
@ryyppy ryyppy merged commit 9230dab into rescript-lang:master Nov 2, 2023
1 check passed
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