Commit c9d881e
[frontend_server] Avoid passing package config
to DDC when the front end server was started with the
`--debugger-module-names` flag.
Followup to https://dart-review.googlesource.com/c/sdk/+/456500
It appears the flag is entirely unused in our supported environments.
There are tests for it so this change preserves the previous behavior
in the tests until I can confirm there are no real usages.
See: https://github.com/dart-lang/webdev/blob/382ff428a8bc2e32830aa9d763b1887759435ed6/dwds/test/frontend_server_circular_evaluate_test.dart#L34
Change-Id: I25688e8b0d7d69779f2d58466a0c9d076a670b61
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/459661
Commit-Queue: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>1 parent f355c03 commit c9d881e
File tree
3 files changed
+8
-2
lines changed- pkg
- front_end/test
- frontend_server/lib
- src
3 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2827 | 2827 | | |
2828 | 2828 | | |
2829 | 2829 | | |
| 2830 | + | |
2830 | 2831 | | |
2831 | 2832 | | |
2832 | 2833 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
218 | 221 | | |
219 | 222 | | |
220 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
355 | 357 | | |
356 | 358 | | |
357 | 359 | | |
| |||
0 commit comments