Skip to content

Commit

Permalink
refactor: remove pkg_glob api
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Jul 22, 2024
1 parent dd63c5a commit bddac3c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 130 deletions.
6 changes: 0 additions & 6 deletions npm/private/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,6 @@ bzl_library(
visibility = ["//npm:__subpackages__"],
)

bzl_library(
name = "pkg_glob",
srcs = ["pkg_glob.bzl"],
visibility = ["//npm:__subpackages__"],
)

bzl_library(
name = "starlark_codegen_utils",
srcs = ["starlark_codegen_utils.bzl"],
Expand Down
78 changes: 0 additions & 78 deletions npm/private/pkg_glob.bzl

This file was deleted.

46 changes: 0 additions & 46 deletions npm/private/test/pkg_glob_tests.bzl

This file was deleted.

0 comments on commit bddac3c

Please sign in to comment.