Skip to content

Commit c6a0e74

Browse files
authored
Merge branch 'main' into source_span_test_coverage
2 parents 7acac5b + 4a28415 commit c6a0e74

File tree

793 files changed

+98251
-3670
lines changed

Some content is hidden

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

793 files changed

+98251
-3670
lines changed

.github/CODEOWNERS

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Below are suggested reviewers for PRs to packages in this repository.
2+
#
3+
# These are suggestions; it is fine to have your changes reviewed by someone
4+
# else.
5+
6+
.github/ @dart-lang/dart-ecosystem-team
7+
README.md @dart-lang/dart-ecosystem-team
8+
pkgs/bazel_worker @dart-lang/dart-bat
9+
pkgs/benchmark_harness @dart-lang/dart-native-runtime-team
10+
pkgs/boolean_selector @dart-lang/dart-ecosystem-team
11+
pkgs/browser_launcher @dart-lang/dart-ecosystem-team
12+
pkgs/cli_config @dcharkes
13+
pkgs/cli_util @devoncarew
14+
pkgs/clock @dart-lang/dart-ecosystem-team
15+
pkgs/code_builder @dart-lang/dart-ecosystem-team
16+
pkgs/coverage @liamappelbe @dart-lang/dart-native-runtime-team
17+
pkgs/csslib @dart-lang/dart-ecosystem-team #formerly @leonsenft
18+
pkgs/extension_discovery @dart-lang/dart-ecosystem-team #tbd
19+
pkgs/file @dart-lang/dart-ecosystem-team
20+
pkgs/file_testing @dart-lang/dart-ecosystem-team
21+
pkgs/glob @dart-lang/dart-ecosystem-team
22+
pkgs/graphs @natebosch
23+
pkgs/html @HosseinYousefi
24+
pkgs/io @dart-lang/dart-bat
25+
pkgs/json_rpc_2 @dart-lang/dart-ecosystem-team
26+
pkgs/markdown @dart-lang/dart-model-team @dart-lang/dash-developer-services
27+
pkgs/mime @lrhn
28+
pkgs/oauth2 @dart-lang/dart-pub-team
29+
pkgs/package_config @dart-lang/dart-ecosystem-team
30+
pkgs/pool @dart-lang/dart-ecosystem-team
31+
pkgs/pub_semver @dart-lang/dart-pub-team
32+
pkgs/pubspec_parse @dart-lang/dart-bat
33+
pkgs/source_maps @dart-lang/dart-ecosystem-team
34+
pkgs/source_map_stack_trace @dart-lang/dart-ecosystem-team
35+
pkgs/source_span @dart-lang/dart-ecosystem-team
36+
pkgs/sse @dart-lang/dash-developer-services
37+
pkgs/stack_trace @dart-lang/dart-ecosystem-team
38+
pkgs/stream_channel @natebosch
39+
pkgs/stream_transform @natebosch
40+
pkgs/string_scanner @dart-lang/dart-ecosystem-team
41+
pkgs/term_glyph @dart-lang/dart-bat
42+
pkgs/test_reflective_loader @scheglov
43+
pkgs/timing @dart-lang/dart-bat
44+
pkgs/unified_analytics @bkonyi @dart-lang/dash-developer-services
45+
pkgs/watcher @dart-lang/dart-ecosystem-team
46+
pkgs/yaml @dart-lang/dart-pub-team
47+
pkgs/yaml_edit @dart-lang/dart-pub-team

.github/ISSUE_TEMPLATE/glob.md

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

.github/ISSUE_TEMPLATE/markdown.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:markdown"
3+
about: "Create a bug or file a feature request against package:markdown."
4+
labels: "package:markdown"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:pubspec_parse"
3+
about: "Create a bug or file a feature request against package:pubspec_parse."
4+
labels: "package:pubspec_parse"
5+
---

.github/ISSUE_TEMPLATE/stack_trace.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:stack_trace"
3+
about: "Create a bug or file a feature request against package:stack_trace."
4+
labels: "package:stack_trace"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:stream_channel"
3+
about: "Create a bug or file a feature request against package:stream_channel."
4+
labels: "package:stream_channel"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:stream_transform"
3+
about: "Create a bug or file a feature request against package:stream_transform."
4+
labels: "package:stream_transform"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:string_scanner"
3+
about: "Create a bug or file a feature request against package:string_scanner."
4+
labels: "package:string_scanner"
5+
---

.github/ISSUE_TEMPLATE/term_glyph.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:term_glyph"
3+
about: "Create a bug or file a feature request against package:term_glyph."
4+
labels: "package:term_glyph"
5+
---
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: "package:test_reflective_loader"
3+
about: "Create a bug or file a feature request against package:test_reflective_loader."
4+
labels: "package:test_reflective_loader"
5+
---

0 commit comments

Comments
 (0)