Skip to content

Commit c1f77b1

Browse files
committed
build: remove ts_project interop (#2943)
PR Close #2943
1 parent e7a003f commit c1f77b1

File tree

67 files changed

+255
-430
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+255
-430
lines changed

.github/local-actions/branch-manager/BUILD.bazel

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ ts_project(
1616
"//.github/local-actions/branch-manager:node_modules/@types/node",
1717
"//.github/local-actions/branch-manager:node_modules/typed-graphqlify",
1818
"//.github/local-actions/branch-manager:node_modules/undici",
19-
"//github-actions:utils_rjs",
20-
"//ng-dev/pr/common:common_rjs",
21-
"//ng-dev/pr/common/labels:labels_rjs",
22-
"//ng-dev/pr/config:config_rjs",
23-
"//ng-dev/pr/merge:merge_rjs",
24-
"//ng-dev/utils:utils_rjs",
19+
"//github-actions:utils",
20+
"//ng-dev/pr/common",
21+
"//ng-dev/pr/common/labels",
22+
"//ng-dev/pr/config",
23+
"//ng-dev/pr/merge",
24+
"//ng-dev/utils",
2525
],
2626
)
2727

2828
esbuild_checked_in(
2929
name = "main",
3030
srcs = [
31-
":lib_rjs",
31+
":lib",
3232
],
3333
entry_point = "lib/main.ts",
3434
format = "esm",

.github/local-actions/labels-sync/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ ts_project(
1616
"//.github/local-actions/labels-sync:node_modules/@octokit/types",
1717
"//.github/local-actions/labels-sync:node_modules/@types/node",
1818
"//.github/local-actions/labels-sync:node_modules/undici",
19-
"//github-actions:utils_rjs",
20-
"//ng-dev/pr/common/labels:labels_rjs",
19+
"//github-actions:utils",
20+
"//ng-dev/pr/common/labels",
2121
],
2222
)
2323

2424
esbuild_checked_in(
2525
name = "main",
2626
srcs = [
27-
":lib_rjs",
27+
":lib",
2828
],
2929
entry_point = "lib/main.ts",
3030
format = "esm",

.github/local-actions/lock-closed/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ ts_project(
1515
"//.github/local-actions/lock-closed:node_modules/@octokit/rest",
1616
"//.github/local-actions/lock-closed:node_modules/@types/node",
1717
"//.github/local-actions/lock-closed:node_modules/undici",
18-
"//github-actions:utils_rjs",
18+
"//github-actions:utils",
1919
],
2020
)
2121

2222
esbuild_checked_in(
2323
name = "main",
2424
srcs = [
25-
":lib_rjs",
25+
":lib",
2626
],
2727
entry_point = "lib/main.ts",
2828
format = "esm",

apps/code-of-conduct/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ng_project(
1515
"//:node_modules/@angular/platform-browser",
1616
"//:node_modules/@angular/router",
1717
"//:node_modules/zone.js",
18-
"//apps/code-of-conduct/app:app_rjs",
19-
"//apps/code-of-conduct/app:app_routes_rjs",
18+
"//apps/code-of-conduct/app",
19+
"//apps/code-of-conduct/app:app_routes",
2020
],
2121
)
2222

@@ -39,7 +39,7 @@ sass_binary(
3939
esbuild(
4040
name = "bundle",
4141
srcs = [
42-
":main_rjs",
42+
":main",
4343
],
4444
entry_points = [":main.js"],
4545
platform = "browser",

apps/code-of-conduct/app/BUILD.bazel

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ng_project(
1515
"//:node_modules/@angular/common",
1616
"//:node_modules/@angular/core",
1717
"//:node_modules/@angular/router",
18-
"//apps/code-of-conduct/app/account:account_rjs",
19-
"//apps/code-of-conduct/app/block-user:block-user_rjs",
20-
"//apps/code-of-conduct/app/user-table:user-table_rjs",
18+
"//apps/code-of-conduct/app/account",
19+
"//apps/code-of-conduct/app/block-user",
20+
"//apps/code-of-conduct/app/user-table",
2121
],
2222
)
2323

@@ -47,8 +47,8 @@ ng_project(
4747
],
4848
deps = [
4949
"//:node_modules/@angular/router",
50-
"//apps/code-of-conduct/app/account:account_rjs",
51-
"//apps/code-of-conduct/app/login:login_rjs",
52-
"//apps/code-of-conduct/app/main:main_rjs",
50+
"//apps/code-of-conduct/app/account",
51+
"//apps/code-of-conduct/app/login",
52+
"//apps/code-of-conduct/app/main",
5353
],
5454
)

apps/code-of-conduct/app/block-user/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ng_project(
1818
"//:node_modules/@angular/fire",
1919
"//:node_modules/@angular/forms",
2020
"//:node_modules/@angular/material",
21-
"//apps/code-of-conduct/app:block_service_rjs",
21+
"//apps/code-of-conduct/app:block_service",
2222
],
2323
)
2424

apps/code-of-conduct/app/login/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ng_project(
1313
"//:node_modules/@angular/common",
1414
"//:node_modules/@angular/core",
1515
"//:node_modules/@angular/material",
16-
"//apps/code-of-conduct/app/account:account_rjs",
16+
"//apps/code-of-conduct/app/account",
1717
],
1818
)
1919

apps/code-of-conduct/app/main/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ng_project(
1313
"//:node_modules/@angular/common",
1414
"//:node_modules/@angular/core",
1515
"//:node_modules/@angular/material",
16-
"//apps/code-of-conduct/app/block-user:block-user_rjs",
17-
"//apps/code-of-conduct/app/user-table:user-table_rjs",
16+
"//apps/code-of-conduct/app/block-user",
17+
"//apps/code-of-conduct/app/user-table",
1818
],
1919
)
2020

apps/code-of-conduct/app/user-table/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ng_project(
1313
"//:node_modules/@angular/common",
1414
"//:node_modules/@angular/core",
1515
"//:node_modules/@angular/material",
16-
"//apps/code-of-conduct/app:block_service_rjs",
17-
"//apps/code-of-conduct/app/block-user:block-user_rjs",
16+
"//apps/code-of-conduct/app:block_service",
17+
"//apps/code-of-conduct/app/block-user",
1818
],
1919
)
2020

apps/functions/BUILD.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ ts_project(
1919
],
2020
deps = [
2121
"//:node_modules/firebase-admin",
22-
"//apps/functions/code-of-conduct:code-of-conduct_rjs",
23-
"//apps/functions/dns-redirecting:dns-redirecting_rjs",
22+
"//apps/functions/code-of-conduct",
23+
"//apps/functions/dns-redirecting",
2424
],
2525
)
2626

2727
esbuild(
2828
name = "bundle",
2929
srcs = [
30-
":functions_rjs",
30+
":functions",
3131
"//:node_modules/firebase-functions",
3232
],
3333
entry_point = "index.ts",

0 commit comments

Comments
 (0)