Skip to content

Commit

Permalink
refactor: remove unused src_directory from NpmPackageStoreInfo (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed May 20, 2024
1 parent d0ff155 commit 4d032c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion npm/private/npm_package_store.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@ deps of npm_package_store must be in the same package.""" % (ctx.label.package,
package = package,
version = version,
ref_deps = direct_ref_deps,
src_directory = src_directory,
virtual_store_directory = virtual_store_directory,
files = files_depset,
transitive_files = transitive_files_depset,
Expand Down
1 change: 0 additions & 1 deletion npm/private/npm_package_store_info.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ NpmPackageStoreInfo = provider(
"package": "name of this npm package",
"version": "version of this npm package",
"ref_deps": "dictionary of dependency npm_package_store ref targets",
"src_directory": "the directory (typically a TreeArtifact) that contains the package sources",
"virtual_store_directory": "the TreeArtifact of this npm package's virtual store location",
"files": "depset of files that are part of the npm package",
"transitive_files": "depset of the files that are part of the npm package and its transitive deps",
Expand Down

0 comments on commit 4d032c2

Please sign in to comment.