[DDC] update the module uris in metadata files to match the directory structure #49668
Labels
area-web
Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
web-dev-compiler
web-eval
evaluation support on the web
parent: dart-lang/webdev#1692
Proposed fix
make server paths follow directory structure:packages/<package_directory>/
Fix plan
DDC:
update the module uris in metadata files to match the scheme above, under a new
debugger-module-uris
flagNote: is it needed? Check is the source map paths are absolute or relative when using build runner to compile the app.
The text was updated successfully, but these errors were encountered: