vsmenon
vsmenon
FYI - @bwilkerson
This is a build of Dart from today: ``` > dart --version Dart SDK version: 2.19.0-edge.a9092c76acd7bb9d23e09c2ea411a1acdf28d65c (be) (Mon Aug 1 15:57:53 2022 +0000) on "linux_x64" ```
I think this is the same as: https://github.com/dart-lang/webdev/issues/318 @grouma
I believe the relevant logic was moved to webdev. Note, I think this is only an issue if you pass `--debug` to webdev. Otherwise, gallery (e.g.) loads fine in Safari...
Yes, it's not tested / officially supported on other browsers. DevTools also won't work (it's based on Chrome Debug Protocol). Might make sense to report that and continue. (I.e., not...
Here's a first cut: https://github.com/dart-lang/webdev/pull/357
@kevmoo - can you please move this issue to package:build?
fyi - @nshahan - if we go this route, we could stop packaging all `dart_sdk.js`.