|
1 | 1 | load("@aspect_rules_ts//ts:defs.bzl", rules_js_tsconfig = "ts_config") |
2 | | -load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary", "pkg_npm") |
| 2 | +load("@build_bazel_rules_nodejs//:index.bzl", "nodejs_binary") |
3 | 3 | load("@devinfra_npm//:defs.bzl", "npm_link_all_packages") |
4 | 4 | load("@npm//@bazel/typescript:index.bzl", "ts_config") |
5 | 5 |
|
6 | | -# BEGIN-INTERNAL |
7 | | -load("//:package.bzl", "NPM_PACKAGE_SUBSTITUTIONS") |
8 | | - |
9 | 6 | npm_link_all_packages() |
10 | 7 |
|
11 | 8 | rules_js_tsconfig( |
@@ -38,33 +35,3 @@ nodejs_binary( |
38 | 35 | entry_point = ".yarn/releases/yarn-1.22.17.cjs", |
39 | 36 | visibility = ["//bazel/integration/tests:__subpackages__"], |
40 | 37 | ) |
41 | | - |
42 | | -package_group( |
43 | | - name = "npm", |
44 | | - packages = [ |
45 | | - "//", |
46 | | - ], |
47 | | -) |
48 | | - |
49 | | -pkg_npm( |
50 | | - name = "npm_package", |
51 | | - package_name = "@angular/build-tooling", |
52 | | - srcs = [ |
53 | | - "BUILD.bazel", |
54 | | - "package.json", |
55 | | - "tsconfig.json", |
56 | | - ":index.bzl", |
57 | | - "//bazel:static_files", |
58 | | - "//lint-rules/stylelint:static_files", |
59 | | - "//lint-rules/tslint:static_files", |
60 | | - "//shared-scripts:static_files", |
61 | | - ], |
62 | | - substitutions = NPM_PACKAGE_SUBSTITUTIONS, |
63 | | - deps = [ |
64 | | - "//lint-rules/stylelint:lib", |
65 | | - "//lint-rules/tslint:lib", |
66 | | - ], |
67 | | -) |
68 | | -# END-INTERNAL |
69 | | - |
70 | | -exports_files(["tsconfig.json"]) |
0 commit comments