Skip to content

Add pnpm support - #91

Merged
jfrolich merged 1 commit into
rescript-lang:masterfrom
DZakh-forks:pnpm-support
Apr 3, 2024
Merged

Add pnpm support#91
jfrolich merged 1 commit into
rescript-lang:masterfrom
DZakh-forks:pnpm-support

Conversation

@DZakh

@DZakh DZakh commented Mar 16, 2024

Copy link
Copy Markdown
Member

It compiles 🤩

image

Solves #74

Comment thread src/build/packages.rs
name: package_name.to_owned(),
bsconfig,
path,
path: canonical_path,

Copy link
Copy Markdown
Member 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
Copy Markdown
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

DZakh commented Mar 16, 2024

Copy link
Copy Markdown
Member Author

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

image

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