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

Add pnpm support #91

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Conversation

DZakh
Copy link
Contributor

@DZakh DZakh commented Mar 16, 2024

It compiles 🤩

image

Solves #74

project_root,
workspace_root.to_owned(),
);

Dependency {
name: package_name.to_owned(),
bsconfig,
path,
path: canonical_path,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ideally to start storing both canonical and human readable paths in the future, to use it for more human readable compilation errors.

Copy link
Collaborator

Choose a reason for hiding this comment

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

hmm yeah! But in some cases the canonical is the more user readable one (monorepo paths that are symlinked in node_modules)

@DZakh
Copy link
Contributor Author

DZakh commented Mar 16, 2024

The clean build is only 3 seconds faster, but I have my hopes on incremental builds in watch mode.

image

@jfrolich jfrolich merged commit 0780532 into rescript-lang:master Apr 3, 2024
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.

2 participants