-
Notifications
You must be signed in to change notification settings - Fork 470
Set version to 12.0.0-alpha.14 #7492
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
Conversation
defaultSemverRangePrefix: "" | ||
nodeLinker: node-modules | ||
|
||
yarnPath: .yarn/releases/yarn-4.9.1.cjs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The order of the lines in this file changed when running yarn set version 4.9.1
versionPattern, | ||
`let version = "${EXPECTED_VERSION}"`, | ||
), | ||
versionFile.replace(versionPattern, `let version = "${EXPECTED_VERSION}"`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reformatted by biome
@@ -46,23 +44,21 @@ async function enforceCompilerMeta({ Yarn }) { | |||
} | |||
} | |||
|
|||
const { compilerVersionFile } = await import("#dev/paths"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This fixes
Internal Error: require() of ES Module /Users/christoph/projects/cca/rescript/lib_dev/paths.js from /Users/christoph/projects/cca/rescript/yarn.config.cjs not supported.
Instead change the require of paths.js in /Users/christoph/projects/cca/rescript/yarn.config.cjs to a dynamic import() which is available in all CommonJS modules.
Instead change the require of paths.js in /Users/christoph/projects/cca/rescript/yarn.config.cjs to a dynamic import() which is available in all CommonJS modules.
Cannot be at the top level
rescript
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/darwin-arm64
@rescript/linux-x64
@rescript/win32-x64
commit: |
No description provided.