You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rules_js bzlmod npm extensions are slower then the repository rules today due to parsing and iterating over the lockfile+npmrc file content multiple times.
How to reproduce
Run any build using the bzlmod npm.npm_translate_lock API and a large lockfile.
What happened?
The rules_js bzlmod npm extensions are slower then the repository rules today due to parsing and iterating over the lockfile+npmrc file content multiple times.
How to reproduce
Run any build using the bzlmod
npm.npm_translate_lock
API and a large lockfile.Known issues/reasons:
npm_import
targets twice (fix: do not generate repositories.bzl for bzlmod #1547)The text was updated successfully, but these errors were encountered: