-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dart2js
Description
The directory toos/dart2js/sourceMapViewer contains a pubspec.yaml which isn't read by the SDK tools/generate_package_config.dart script and isn't valid for any modern Pub (no min-SDK constraint).
It's a dead config.
The bin/ directory script has dependencies on the http_server and router packages which are not in the SDK and not in the SDK DEPS, so they're not available by default.
That means that the script can't run, and Pub can't run to fetch its dependencies.
It's effectively dead code which cannot run.
The directory should either be brought up to date, or it should be deleted. (I'm guessing the latter.)
Metadata
Metadata
Assignees
Labels
area-web-jsIssues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.Issues related to JavaScript support for Dart Web, including DDC, dart2js, and JS interop.web-dart2js