[dart2wasm] Update WATCHLISTS for dart2wasm-team@.

Change-Id: I641001f9a0f574de5cac2fac1286fd362db228fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/267881
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Joshua Litt <joshualitt@google.com>
This commit is contained in:
Joshua Litt 2022-11-10 17:00:40 +00:00 committed by Commit Queue
parent bdf996aa48
commit 0a788b5094

View file

@ -34,6 +34,14 @@
'^tests/web'
)
},
'dart2wasm': {
'filepath': (
'^pkg/dart2wasm|'
'^pkg/wasm_builder|'
'^sdk/lib/_internal/vm_shared|'
'^sdk/lib/_internal/wasm'
)
},
'dartdevc': {
'filepath': (
'^pkg/dev_compiler|'
@ -76,6 +84,7 @@
'WATCHLISTS': {
'dart2js': [ 'dart2js-team+reviews@google.com' ],
'dart2wasm': [ 'dart2wasm-team+reviews@google.com' ],
'dartdevc': [ 'dart-dc-team+reviews@google.com' ],
'experimental_features': [ 'scheglov@google.com' ],
'front_end': [ 'dart-fe-team+reviews@google.com' ],