File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -528,13 +528,6 @@ def ts_project(
528
528
nodejs_binary (
529
529
name = tsc_worker ,
530
530
data = [
531
- # BEGIN-INTERNAL
532
- # Users get this dependency transitively from @bazel/typescript
533
- # but that's our own code, so we don't.
534
- # TODO: remove protobuf dependency once rules_typescript also uses
535
- # worker package
536
- "@npm//protobufjs" ,
537
- # END-INTERNAL
538
531
Label (typescript_package ),
539
532
Label ("//packages/typescript/internal/worker:filegroup" ),
540
533
# BEGIN-INTERNAL
Original file line number Diff line number Diff line change 23
23
"typescript" : " >=3.0.0"
24
24
},
25
25
"dependencies" : {
26
- "protobufjs" : " 6.8.8" ,
27
26
"@bazel/worker" : " 0.0.0-PLACEHOLDER" ,
28
27
"semver" : " 5.6.0" ,
29
28
"source-map-support" : " 0.5.9" ,
You can’t perform that action at this time.
0 commit comments