Skip to content
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
1 change: 0 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ bzl_library(
"//internal/js_library:bzl",
"//internal/linker:bzl",
"//internal/pkg_npm:bzl",
"//internal/pkg_web:bzl",
"//internal/providers:bzl",
"//toolchains/node:bzl",
],
Expand Down
2 changes: 0 additions & 2 deletions index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ load("//internal/node:node_repositories.bzl", _node_repositories = "node_reposit
load("//internal/node:npm_package_bin.bzl", _npm_bin = "npm_package_bin")
load("//internal/npm_install:npm_install.bzl", _npm_install = "npm_install", _yarn_install = "yarn_install")
load("//internal/pkg_npm:pkg_npm.bzl", _pkg_npm = "pkg_npm_macro")
load("//internal/pkg_web:pkg_web.bzl", _pkg_web = "pkg_web")
load(
"//internal/providers:tree_artifacts.bzl",
_directory_file_path = "directory_file_path",
Expand All @@ -45,7 +44,6 @@ nodejs_test = _nodejs_test
node_repositories = _node_repositories
pkg_npm = _pkg_npm
npm_package_bin = _npm_bin
pkg_web = _pkg_web
copy_to_bin = _copy_to_bin
params_file = _params_file
generated_file_test = _generated_file_test
Expand Down
2 changes: 0 additions & 2 deletions index.for_docs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ load("//internal/node:node_repositories.bzl", _node_repositories = "node_reposit
load("//internal/node:npm_package_bin.bzl", _npm_bin = "npm_package_bin")
load("//internal/npm_install:npm_install.bzl", _npm_install = "npm_install", _yarn_install = "yarn_install")
load("//internal/pkg_npm:pkg_npm.bzl", _pkg_npm = "pkg_npm")
load("//internal/pkg_web:pkg_web.bzl", _pkg_web = "pkg_web")

check_bazel_version = _check_bazel_version
copy_to_bin = _copy_to_bin
Expand All @@ -45,7 +44,6 @@ pkg_npm = _pkg_npm
npm_install = _npm_install
yarn_install = _yarn_install
npm_package_bin = _npm_bin
pkg_web = _pkg_web
generated_file_test = _generated_file_test
js_library = _js_library
# ANY RULES ADDED HERE SHOULD BE DOCUMENTED, run yarn stardoc to verify
2 changes: 1 addition & 1 deletion internal/node/context.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@build_bazel_rules_nodejs//:providers.bzl", "NodeContextInfo")

_DOC = """node_context_data gathers information about the build configuration.
It is a common dependency of all targets that are sensitive to configuration.
(currently pkg_npm, pkg_web, and rollup_bundle)"""
(currently pkg_npm, and rollup_bundle)"""

def _impl(ctx):
return [NodeContextInfo(stamp = ctx.attr.stamp)]
Expand Down
35 changes: 0 additions & 35 deletions internal/pkg_web/BUILD.bazel

This file was deleted.

170 changes: 0 additions & 170 deletions internal/pkg_web/assembler.js

This file was deleted.

114 changes: 0 additions & 114 deletions internal/pkg_web/pkg_web.bzl

This file was deleted.