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(6.0): remove pkg_web #3651

Merged
merged 1 commit into from
Apr 4, 2023
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: 0 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ bzl_library(
"//internal/linker:bzl",
"//internal/node:bzl",
"//internal/pkg_npm:bzl",
"//internal/pkg_web:bzl",
"//internal/providers:bzl",
"@rules_nodejs//nodejs/private/providers:bzl",
],
Expand Down Expand Up @@ -93,7 +92,6 @@ pkg_npm(
"//internal/node:package_contents",
"//internal/npm_install:package_contents",
"//internal/pkg_npm:package_contents",
"//internal/pkg_web:package_contents",
"//internal/providers:package_contents",
"//internal/runfiles:package_contents",
"//third_party/github.com/bazelbuild/bazel:package_contents",
Expand Down
58 changes: 0 additions & 58 deletions docs/Built-ins.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/stamping.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Some rules accept an attribute that uses the status variables.

## Substitutions attribute

In a `pkg_npm` or `pkg_web` you can use the `substitutions` attribute like:
In a `pkg_npm` you can use the `substitutions` attribute like:

```python
pkg_npm(
Expand Down
2 changes: 0 additions & 2 deletions index.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,12 @@ 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")

nodejs_binary = _nodejs_binary
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 @@ -30,7 +30,6 @@ load("//internal/node:node.bzl", _nodejs_binary = "nodejs_binary", _nodejs_test
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")

copy_to_bin = _copy_to_bin
params_file = _params_file
Expand All @@ -40,5 +39,4 @@ pkg_npm = _pkg_npm
npm_install = _npm_install
yarn_install = _yarn_install
npm_package_bin = _npm_bin
pkg_web = _pkg_web
js_library = _js_library
31 changes: 0 additions & 31 deletions internal/pkg_web/BUILD.bazel

This file was deleted.

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

This file was deleted.

56 changes: 0 additions & 56 deletions internal/pkg_web/assembler_spec.cjs

This file was deleted.

Loading