File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
1+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
22load ("//nodejs/private:nodejs_toolchains_repo.bzl" , "PLATFORMS" )
33load ("//nodejs/private:user_build_settings.bzl" , "user_args" )
44
Original file line number Diff line number Diff line change 1- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
1+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
22
33bzl_library (
44 name = "bzl" ,
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- load ("@bazel_skylib //:bzl_library.bzl" , "bzl_library" )
15+ load ("@aspect_bazel_lib //:bzl_library.bzl" , "bzl_library" )
1616
1717bzl_library (
1818 name = "bzl" ,
You can’t perform that action at this time.
0 commit comments