refactor: group fp package store targets alongside third-party#2425
refactor: group fp package store targets alongside third-party#2425jbedard merged 1 commit intoaspect-build:mainfrom
Conversation
7f05caf to
0fb01fe
Compare
💡 Codex Reviewrules_js/npm/private/npm_translate_lock_generate.bzl Lines 459 to 469 in 7f05caf After the refactor ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
|
72c9e8b to
85bef64
Compare
85bef64 to
13abfb0
Compare



To align the first-party and third-party code more, in prep for more cleanup+refactoring.
There should be no functional changes other then the
_npm_local_package_storeinvocations now all being done before the_npm_link_package_storeandlink_targets.append(...)which should have no side-effects.Changes are visible to end-users: no
Test plan