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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"unenv": "^1.10.0",
"verdaccio": "6.2.3",
"verdaccio-auth-memory": "^10.0.0",
"zod": "4.1.13",
"zone.js": "^0.16.0"
},
"dependenciesMeta": {
Expand Down
5 changes: 2 additions & 3 deletions packages/angular/cli/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
# found in the LICENSE file at https://angular.dev/license

load("@npm//:defs.bzl", "npm_link_all_packages")
load("//tools:defaults.bzl", "jasmine_test", "npm_package", "ts_project")
load("//tools:example_db_generator.bzl", "cli_example_db")
load("//tools:defaults.bzl", "jasmine_test", "ng_examples_db", "npm_package", "ts_project")
load("//tools:ng_cli_schema_generator.bzl", "cli_json_schema")
load("//tools:ts_json_schema.bzl", "ts_json_schema")

Expand Down Expand Up @@ -90,7 +89,7 @@ ts_project(
],
)

cli_example_db(
ng_examples_db(
name = "cli_example_database",
srcs = glob(
include = [
Expand Down
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

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

9 changes: 0 additions & 9 deletions tools/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,3 @@ js_binary(
],
entry_point = "quicktype_runner.js",
)

js_binary(
name = "ng_example_db",
data = [
"example_db_generator.js",
"//:node_modules/zod",
],
entry_point = "example_db_generator.js",
)
4 changes: 4 additions & 0 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ load("@aspect_bazel_lib//lib:copy_to_bin.bzl", _copy_to_bin = "copy_to_bin")
load("@aspect_rules_jasmine//jasmine:defs.bzl", _jasmine_test = "jasmine_test")
load("@aspect_rules_js//js:defs.bzl", _js_binary = "js_binary")
load("@devinfra//bazel/ts_project:index.bzl", "strict_deps_test")
load("@rules_angular//src/ng_examples_db:index.bzl", _ng_examples_db = "ng_examples_db")
load("@rules_angular//src/ng_package:index.bzl", _ng_package = "ng_package")
load("@rules_angular//src/ts_project:index.bzl", _ts_project = "ts_project")
load("//tools:substitutions.bzl", "substitutions")
Expand Down Expand Up @@ -77,3 +78,6 @@ def jasmine_test(data = [], args = [], **kwargs):
data = data + ["//:node_modules/source-map-support"],
**kwargs
)

def ng_examples_db(**kwargs):
_ng_examples_db(**kwargs)
12 changes: 0 additions & 12 deletions tools/example_db_generator.bzl

This file was deleted.

229 changes: 0 additions & 229 deletions tools/example_db_generator.js

This file was deleted.