Skip to content

Stale package tools/dart2js/sourceMapViewer #60263

@lrhn

Description

@lrhn

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.web-dart2js

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions