Skip to content

Commit

Permalink
chore: remove unused version.bzl
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored and Fabian Wiles committed Oct 12, 2019
1 parent 5291cc2 commit a9ce51b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion packages/typescript/src/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ filegroup(
"index.bzl",
"package.bzl",
"package.json",
"version.bzl",
"//devserver:package_contents",
"//internal:package_contents",
"//third_party/npm/requirejs:package_contents",
Expand Down
2 changes: 0 additions & 2 deletions packages/typescript/src/index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@
Users should not load files under "/internal"
"""

load("//:version.bzl", _check_rules_typescript_version = "check_rules_typescript_version")
load("//internal:build_defs.bzl", _ts_library = "ts_library_macro")
load("//internal:ts_config.bzl", _ts_config = "ts_config")
load("//internal:ts_repositories.bzl", _ts_setup_workspace = "ts_setup_workspace")
load("//internal/devserver:ts_devserver.bzl", _ts_devserver = "ts_devserver_macro")

check_rules_typescript_version = _check_rules_typescript_version
ts_setup_workspace = _ts_setup_workspace
ts_library = _ts_library
ts_config = _ts_config
Expand Down
2 changes: 0 additions & 2 deletions packages/typescript/src/index.docs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,11 @@ We can't point stardoc to the top-level index.bzl since then it will see macros
So this is a copy of index.bzl with macro indirection removed.
"""

load("//:version.bzl", _check_rules_typescript_version = "check_rules_typescript_version")
load("//internal:build_defs.bzl", _ts_library = "ts_library")
load("//internal:ts_config.bzl", _ts_config = "ts_config")
load("//internal:ts_repositories.bzl", _ts_setup_workspace = "ts_setup_workspace")
load("//internal/devserver:ts_devserver.bzl", _ts_devserver = "ts_devserver")

check_rules_typescript_version = _check_rules_typescript_version
ts_setup_workspace = _ts_setup_workspace
ts_library = _ts_library
ts_config = _ts_config
Expand Down
56 changes: 0 additions & 56 deletions packages/typescript/src/version.bzl

This file was deleted.

0 comments on commit a9ce51b

Please sign in to comment.