Skip to content

Commit 995a1a7

Browse files
committed
Merge branch 'main' of github.com:dart-lang/tools into ua-devtools
2 parents e14c346 + 0482672 commit 995a1a7

38 files changed

+106
-97
lines changed

.github/ISSUE_TEMPLATE/bazel_worker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:bazel_worker"
33
about: "Create a bug or file a feature request against package:bazel_worker."
44
labels: "package:bazel_worker"
5-
---
5+
---

.github/ISSUE_TEMPLATE/benchmark_harness.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:benchmark_harness"
33
about: "Create a bug or file a feature request against package:benchmark_harness."
44
labels: "package:benchmark_harness"
5-
---
5+
---

.github/ISSUE_TEMPLATE/boolean_selector.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:boolean_selector"
33
about: "Create a bug or file a feature request against package:boolean_selector."
44
labels: "package:boolean_selector"
5-
---
5+
---

.github/ISSUE_TEMPLATE/browser_launcher.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:browser_launcher"
33
about: "Create a bug or file a feature request against package:browser_launcher."
44
labels: "package:browser_launcher"
5-
---
5+
---

.github/ISSUE_TEMPLATE/cli_util.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:cli_util"
33
about: "Create a bug or file a feature request against package:cli_util."
44
labels: "package:cli_util"
5-
---
5+
---

.github/ISSUE_TEMPLATE/clock.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:clock"
33
about: "Create a bug or file a feature request against package:clock."
44
labels: "package:clock"
5-
---
5+
---

.github/ISSUE_TEMPLATE/code_builder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:code_builder"
33
about: "Create a bug or file a feature request against package:code_builder."
44
labels: "package:code_builder"
5-
---
5+
---

.github/ISSUE_TEMPLATE/csslib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:csslib"
33
about: "Create a bug or file a feature request against package:csslib."
44
labels: "package:csslib"
5-
---
5+
---

.github/ISSUE_TEMPLATE/html.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:html"
33
about: "Create a bug or file a feature request against package:html."
44
labels: "package:html"
5-
---
5+
---

.github/ISSUE_TEMPLATE/json_rpc_2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name: "package:json_rpc_2"
33
about: "Create a bug or file a feature request against package:json_rpc_2."
44
labels: "package:json_rpc_2"
5-
---
5+
---

.github/ISSUE_TEMPLATE/mime.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:mime"
3+
about: "Create a bug or file a feature request against package:mime."
4+
labels: "package:mime"
5+
---

.github/ISSUE_TEMPLATE/oauth2.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:oauth2"
3+
about: "Create a bug or file a feature request against package:oauth2."
4+
labels: "package:oauth2"
5+
---
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:source_map_stack_trace"
3+
about: "Create a bug or file a feature request against package:source_map_stack_trace."
4+
labels: "package:source_map_stack_trace"
5+
---

.github/labeler.yml

+21-21
Original file line numberDiff line numberDiff line change
@@ -2,84 +2,84 @@
22

33
'type-infra':
44
- changed-files:
5-
- any-glob-to-any-file: '.github/**'
5+
- any-glob-to-any-file: '.github/**'
66

77
'package:bazel_worker':
88
- changed-files:
9-
- any-glob-to-any-file: 'pkgs/bazel_worker/**'
9+
- any-glob-to-any-file: 'pkgs/bazel_worker/**'
1010

1111
'package:benchmark_harness':
1212
- changed-files:
13-
- any-glob-to-any-file: 'pkgs/benchmark_harness/**'
13+
- any-glob-to-any-file: 'pkgs/benchmark_harness/**'
1414

1515
'package:boolean_selector':
1616
- changed-files:
17-
- any-glob-to-any-file: 'pkgs/boolean_selector/**'
17+
- any-glob-to-any-file: 'pkgs/boolean_selector/**'
1818

1919
'package:browser_launcher':
2020
- changed-files:
21-
- any-glob-to-any-file: 'pkgs/browser_launcher/**'
21+
- any-glob-to-any-file: 'pkgs/browser_launcher/**'
2222

2323
'package:cli_config':
2424
- changed-files:
25-
- any-glob-to-any-file: 'pkgs/cli_config/**'
25+
- any-glob-to-any-file: 'pkgs/cli_config/**'
2626

2727
'package:cli_util':
2828
- changed-files:
29-
- any-glob-to-any-file: 'pkgs/cli_util/**'
29+
- any-glob-to-any-file: 'pkgs/cli_util/**'
3030

3131
'package:clock':
3232
- changed-files:
33-
- any-glob-to-any-file: 'pkgs/clock/**'
33+
- any-glob-to-any-file: 'pkgs/clock/**'
3434

3535
'package:code_builder':
3636
- changed-files:
37-
- any-glob-to-any-file: 'pkgs/code_builder/**'
37+
- any-glob-to-any-file: 'pkgs/code_builder/**'
3838

3939
'package:coverage':
4040
- changed-files:
41-
- any-glob-to-any-file: 'pkgs/coverage/**'
41+
- any-glob-to-any-file: 'pkgs/coverage/**'
4242

4343
'package:csslib':
4444
- changed-files:
45-
- any-glob-to-any-file: 'pkgs/csslib/**'
45+
- any-glob-to-any-file: 'pkgs/csslib/**'
4646

4747
'package:extension_discovery':
4848
- changed-files:
49-
- any-glob-to-any-file: 'pkgs/extension_discovery/**'
49+
- any-glob-to-any-file: 'pkgs/extension_discovery/**'
5050

5151
'package:file':
5252
- changed-files:
53-
- any-glob-to-any-file: 'pkgs/file/**'
53+
- any-glob-to-any-file: 'pkgs/file/**'
5454

5555
'package:file_testing':
5656
- changed-files:
57-
- any-glob-to-any-file: 'pkgs/file_testing/**'
57+
- any-glob-to-any-file: 'pkgs/file_testing/**'
5858

5959
'package:graphs':
6060
- changed-files:
61-
- any-glob-to-any-file: 'pkgs/graphs/**'
61+
- any-glob-to-any-file: 'pkgs/graphs/**'
6262

6363
'package:html':
6464
- changed-files:
65-
- any-glob-to-any-file: 'pkgs/html/**'
65+
- any-glob-to-any-file: 'pkgs/html/**'
6666

6767
'package:json_rpc_2':
6868
- changed-files:
69-
- any-glob-to-any-file: 'pkgs/json_rpc_2/**'
69+
- any-glob-to-any-file: 'pkgs/json_rpc_2/**'
7070

7171
'package:mime':
7272
- changed-files:
73-
- any-glob-to-any-file: 'pkgs/mime/**'
73+
- any-glob-to-any-file: 'pkgs/mime/**'
7474

7575
'package:oauth2':
7676
- changed-files:
77-
- any-glob-to-any-file: 'pkgs/oauth2/**'
77+
- any-glob-to-any-file: 'pkgs/oauth2/**'
7878

7979
'package:source_map_stack_trace':
8080
- changed-files:
81-
- any-glob-to-any-file: 'pkgs/source_map_stack_trace/**'
81+
- any-glob-to-any-file: 'pkgs/source_map_stack_trace/**'
8282

8383
'package:unified_analytics':
8484
- changed-files:
85-
- any-glob-to-any-file: 'pkgs/unified_analytics/**'
85+
- any-glob-to-any-file: 'pkgs/unified_analytics/**'

.github/workflows/graphs.yml

+15-38
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: package:graphs
2+
23
permissions: read-all
34

45
on:
5-
# Run on PRs and pushes to the default branch.
6+
# Run CI on pushes to the main branch, and on PRs against main.
67
push:
78
branches: [ main ]
89
paths:
@@ -14,54 +15,30 @@ on:
1415
- '.github/workflows/graphs.yml'
1516
- 'pkgs/graphs/**'
1617
schedule:
17-
- cron: "0 0 * * 0"
18+
- cron: '0 0 * * 0' # weekly
1819

19-
env:
20-
PUB_ENVIRONMENT: bot.github
20+
defaults:
21+
run:
22+
working-directory: pkgs/graphs
2123

2224
jobs:
23-
# Check code formatting and static analysis on a single OS (linux)
24-
# against Dart beta.
25-
analyze:
25+
build:
2626
runs-on: ubuntu-latest
27-
defaults:
28-
run:
29-
working-directory: pkgs/graphs/
3027
strategy:
3128
fail-fast: false
3229
matrix:
33-
sdk: [dev]
30+
sdk: [stable, dev]
3431
steps:
3532
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3633
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
3734
with:
3835
sdk: ${{ matrix.sdk }}
39-
- id: install
40-
run: dart pub get
41-
- run: dart format --output=none --set-exit-if-changed .
42-
if: always() && steps.install.outcome == 'success'
36+
37+
- run: dart pub get
38+
4339
- run: dart analyze --fatal-infos
44-
if: always() && steps.install.outcome == 'success'
4540

46-
test:
47-
needs: analyze
48-
runs-on: ${{ matrix.os }}
49-
defaults:
50-
run:
51-
working-directory: pkgs/graphs/
52-
strategy:
53-
fail-fast: false
54-
matrix:
55-
os: [ubuntu-latest]
56-
sdk: [3.4, dev]
57-
steps:
58-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
59-
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
60-
with:
61-
sdk: ${{ matrix.sdk }}
62-
- id: install
63-
run: dart pub get
64-
- run: dart test --platform vm
65-
if: always() && steps.install.outcome == 'success'
66-
- run: dart test --platform chrome
67-
if: always() && steps.install.outcome == 'success'
41+
- run: dart format --output=none --set-exit-if-changed .
42+
if: ${{ matrix.sdk == 'stable' }}
43+
44+
- run: dart test

README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -12,28 +12,28 @@ don't naturally belong to other topic monorepos (like
1212

1313
## Packages
1414

15-
| Package | Description | Version |
16-
| --- | --- | --- |
17-
| [bazel_worker](pkgs/bazel_worker/) | Protocol and utilities to implement or invoke persistent bazel workers. | [![pub package](https://img.shields.io/pub/v/bazel_worker.svg)](https://pub.dev/packages/bazel_worker) |
18-
| [benchmark_harness](pkgs/benchmark_harness/) | The official Dart project benchmark harness. | [![pub package](https://img.shields.io/pub/v/benchmark_harness.svg)](https://pub.dev/packages/benchmark_harness) |
19-
| [boolean_selector](pkgs/boolean_selector/) | A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax. | [![pub package](https://img.shields.io/pub/v/boolean_selector.svg)](https://pub.dev/packages/boolean_selector) |
20-
| [browser_launcher](pkgs/browser_launcher/) | Provides a standardized way to launch web browsers for testing and tools. | [![pub package](https://img.shields.io/pub/v/browser_launcher.svg)](https://pub.dev/packages/browser_launcher) |
21-
| [cli_config](pkgs/cli_config/) | A library to take config values from configuration files, CLI arguments, and environment variables. | [![pub package](https://img.shields.io/pub/v/cli_config.svg)](https://pub.dev/packages/cli_config) |
22-
| [cli_util](pkgs/cli_util/) | A library to help in building Dart command-line apps. | [![pub package](https://img.shields.io/pub/v/cli_util.svg)](https://pub.dev/packages/cli_util) |
23-
| [clock](pkgs/clock/) | A fakeable wrapper for dart:core clock APIs. | [![pub package](https://img.shields.io/pub/v/clock.svg)](https://pub.dev/packages/clock) |
24-
| [code_builder](pkgs/code_builder/) | A fluent, builder-based library for generating valid Dart code. | [![pub package](https://img.shields.io/pub/v/code_builder.svg)](https://pub.dev/packages/code_builder) |
25-
| [coverage](pkgs/coverage/) | Coverage data manipulation and formatting. | [![pub package](https://img.shields.io/pub/v/coverage.svg)](https://pub.dev/packages/coverage) |
26-
| [csslib](pkgs/csslib/) | A library for parsing and analyzing CSS (Cascading Style Sheets). | [![pub package](https://img.shields.io/pub/v/csslib.svg)](https://pub.dev/packages/csslib) |
27-
| [extension_discovery](pkgs/extension_discovery/) | A convention and utilities for package extension discovery. | [![pub package](https://img.shields.io/pub/v/extension_discovery.svg)](https://pub.dev/packages/extension_discovery) |
28-
| [file](pkgs/file/) | A pluggable, mockable file system abstraction for Dart. | [![pub package](https://img.shields.io/pub/v/file.svg)](https://pub.dev/packages/file) |
29-
| [file_testing](pkgs/file_testing/) | Testing utilities for package:file (published but unlisted). | [![pub package](https://img.shields.io/pub/v/file_testing.svg)](https://pub.dev/packages/file_testing) |
30-
| [graphs](pkgs/graphs/) | Graph algorithms that operate on graphs in any representation | [![pub package](https://img.shields.io/pub/v/graphs.svg)](https://pub.dev/packages/graphs) |
31-
| [html](pkgs/html/) | APIs for parsing and manipulating HTML content outside the browser. | [![pub package](https://img.shields.io/pub/v/html.svg)](https://pub.dev/packages/html) |
32-
| [json_rpc_2](pkgs/json_rpc_2/) | Utilities to write a client or server using the JSON-RPC 2.0 spec. | [![pub package](https://img.shields.io/pub/v/json_rpc_2.svg)](https://pub.dev/packages/json_rpc_2) |
33-
| [mime](pkgs/mime/) | Utilities for handling media (MIME) types. | [![pub package](https://img.shields.io/pub/v/mime.svg)](https://pub.dev/packages/mime) |
34-
| [oauth2](pkgs/oauth2/) | A client library for authenticatingand making requests via OAuth2. | [![pub package](https://img.shields.io/pub/v/oauth2.svg)](https://pub.dev/packages/oauth2) |
35-
| [source_map_stack_trace](pkgs/source_map_stack_trace/) | A package for applying source maps to stack traces. | [![pub package](https://img.shields.io/pub/v/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace) |
36-
| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) |
15+
| Package | Description | Issues | Version |
16+
| --- | --- | --- | --- |
17+
| [bazel_worker](pkgs/bazel_worker/) | Protocol and utilities to implement or invoke persistent bazel workers. | [![package issues](https://img.shields.io/badge/package:bazel_worker-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abazel_worker) | [![pub package](https://img.shields.io/pub/v/bazel_worker.svg)](https://pub.dev/packages/bazel_worker) |
18+
| [benchmark_harness](pkgs/benchmark_harness/) | The official Dart project benchmark harness. | [![package issues](https://img.shields.io/badge/package:benchmark_harness-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abenchmark_harness) | [![pub package](https://img.shields.io/pub/v/benchmark_harness.svg)](https://pub.dev/packages/benchmark_harness) |
19+
| [boolean_selector](pkgs/boolean_selector/) | A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax. | [![package issues](https://img.shields.io/badge/package:boolean_selector-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aboolean_selector) | [![pub package](https://img.shields.io/pub/v/boolean_selector.svg)](https://pub.dev/packages/boolean_selector) |
20+
| [browser_launcher](pkgs/browser_launcher/) | Provides a standardized way to launch web browsers for testing and tools. | [![package issues](https://img.shields.io/badge/package:browser_launcher-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abrowser_launcher) | [![pub package](https://img.shields.io/pub/v/browser_launcher.svg)](https://pub.dev/packages/browser_launcher) |
21+
| [cli_config](pkgs/cli_config/) | A library to take config values from configuration files, CLI arguments, and environment variables. | [![package issues](https://img.shields.io/badge/package:cli_config-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acli_config) | [![pub package](https://img.shields.io/pub/v/cli_config.svg)](https://pub.dev/packages/cli_config) |
22+
| [cli_util](pkgs/cli_util/) | A library to help in building Dart command-line apps. | [![package issues](https://img.shields.io/badge/package:cli_util-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acli_util) | [![pub package](https://img.shields.io/pub/v/cli_util.svg)](https://pub.dev/packages/cli_util) |
23+
| [clock](pkgs/clock/) | A fakeable wrapper for dart:core clock APIs. | [![package issues](https://img.shields.io/badge/package:clock-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aclock) | [![pub package](https://img.shields.io/pub/v/clock.svg)](https://pub.dev/packages/clock) |
24+
| [code_builder](pkgs/code_builder/) | A fluent, builder-based library for generating valid Dart code. | [![package issues](https://img.shields.io/badge/package:code_builder-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acode_builder) | [![pub package](https://img.shields.io/pub/v/code_builder.svg)](https://pub.dev/packages/code_builder) |
25+
| [coverage](pkgs/coverage/) | Coverage data manipulation and formatting | [![package issues](https://img.shields.io/badge/package:coverage-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acoverage) | [![pub package](https://img.shields.io/pub/v/coverage.svg)](https://pub.dev/packages/coverage) |
26+
| [csslib](pkgs/csslib/) | A library for parsing and analyzing CSS (Cascading Style Sheets). | [![package issues](https://img.shields.io/badge/package:csslib-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Acsslib) | [![pub package](https://img.shields.io/pub/v/csslib.svg)](https://pub.dev/packages/csslib) |
27+
| [extension_discovery](pkgs/extension_discovery/) | A convention and utilities for package extension discovery. | [![package issues](https://img.shields.io/badge/package:extension_discovery-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aextension_discovery) | [![pub package](https://img.shields.io/pub/v/extension_discovery.svg)](https://pub.dev/packages/extension_discovery) |
28+
| [file](pkgs/file/) | A pluggable, mockable file system abstraction for Dart. | [![package issues](https://img.shields.io/badge/package:file-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afile) | [![pub package](https://img.shields.io/pub/v/file.svg)](https://pub.dev/packages/file) |
29+
| [file_testing](pkgs/file_testing/) | Testing utilities for package:file. | [![package issues](https://img.shields.io/badge/package:file_testing-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Afile_testing) | [![pub package](https://img.shields.io/pub/v/file_testing.svg)](https://pub.dev/packages/file_testing) |
30+
| [graphs](pkgs/graphs/) | Graph algorithms that operate on graphs in any representation. | [![package issues](https://img.shields.io/badge/package:graphs-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Agraphs) | [![pub package](https://img.shields.io/pub/v/graphs.svg)](https://pub.dev/packages/graphs) |
31+
| [html](pkgs/html/) | APIs for parsing and manipulating HTML content outside the browser. | [![package issues](https://img.shields.io/badge/package:html-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ahtml) | [![pub package](https://img.shields.io/pub/v/html.svg)](https://pub.dev/packages/html) |
32+
| [json_rpc_2](pkgs/json_rpc_2/) | Utilities to write a client or server using the JSON-RPC 2.0 spec. | [![package issues](https://img.shields.io/badge/package:json_rpc_2-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Ajson_rpc_2) | [![pub package](https://img.shields.io/pub/v/json_rpc_2.svg)](https://pub.dev/packages/json_rpc_2) |
33+
| [mime](pkgs/mime/) | Utilities for handling media (MIME) types, including determining a type from a file extension and file contents. | [![package issues](https://img.shields.io/badge/package:mime-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Amime) | [![pub package](https://img.shields.io/pub/v/mime.svg)](https://pub.dev/packages/mime) |
34+
| [oauth2](pkgs/oauth2/) | A client library for authenticating with a remote service via OAuth2 on behalf of a user, and making authorized HTTP requests with the user's OAuth2 credentials. | [![package issues](https://img.shields.io/badge/package:oauth2-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aoauth2) | [![pub package](https://img.shields.io/pub/v/oauth2.svg)](https://pub.dev/packages/oauth2) |
35+
| [source_map_stack_trace](pkgs/source_map_stack_trace/) | A package for applying source maps to stack traces. | [![package issues](https://img.shields.io/badge/package:source_map_stack_trace-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Asource_map_stack_trace) | [![pub package](https://img.shields.io/pub/v/source_map_stack_trace.svg)](https://pub.dev/packages/source_map_stack_trace) |
36+
| [unified_analytics](pkgs/unified_analytics/) | A package for logging analytics for all Dart and Flutter related tooling to Google Analytics. | [![package issues](https://img.shields.io/badge/package:unified_analytics-4774bc)](https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aunified_analytics) | [![pub package](https://img.shields.io/pub/v/unified_analytics.svg)](https://pub.dev/packages/unified_analytics) |
3737

3838
## Publishing automation
3939

pkgs/bazel_worker/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: 1.1.3-wip
33
description: >-
44
Protocol and utilities to implement or invoke persistent bazel workers.
55
repository: https://github.com/dart-lang/tools/tree/main/pkgs/bazel_worker
6+
issue_tracker: https://github.com/dart-lang/tools/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Abazel_worker
67

78
environment:
89
sdk: ^3.4.0

0 commit comments

Comments
 (0)