Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove vendored bazel-skylib used by ts_project #3207

Merged
merged 1 commit into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/typescript/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ bzl_library(
srcs = glob(["*.bzl"]),
deps = [
"//packages/typescript/internal:bzl",
"@bazel_skylib//lib:partial",
"@bazel_skylib//lib:types",
"@bazel_skylib//rules:build_test",
"@build_bazel_rules_nodejs//:bzl",
"@build_bazel_rules_nodejs//internal/common:bzl",
"@build_bazel_rules_nodejs//internal/node:bzl",
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript/index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ load("//packages/typescript/internal:ts_config.bzl", "write_tsconfig", _ts_confi
load("//packages/typescript/internal:ts_project.bzl", _lib = "lib", _ts_project = "ts_project")
load("//packages/typescript/internal:validate_options.bzl", "validate_options")
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
load("@build_bazel_rules_nodejs//third_party/github.com/bazelbuild/bazel-skylib:lib/partial.bzl", "partial")
load("@build_bazel_rules_nodejs//third_party/github.com/bazelbuild/bazel-skylib:rules/build_test.bzl", "build_test")
load("@bazel_skylib//lib:partial.bzl", "partial")
load("@bazel_skylib//rules:build_test.bzl", "build_test")

# If adding rules here also add to index.docs.bzl

Expand Down
43 changes: 0 additions & 43 deletions third_party/github.com/bazelbuild/bazel-skylib/lib/dicts.bzl

This file was deleted.

243 changes: 0 additions & 243 deletions third_party/github.com/bazelbuild/bazel-skylib/lib/new_sets.bzl

This file was deleted.

Loading