Skip to content

Add depfile output flags to dart compile #56778

Open
@matanlurey

Description

@matanlurey

The Dart SDK internal binaries, such as gen_snapshot support a depsfile output:

" (--depfile-output-filename or --snapshot).\n");

The Flutter tool, and Flutter engine, use this option to correctly rebuild from various build systems.

It would be nice to have this available in dart compile so that Dart SDK internal binaries are (less?) not needed.

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work onarea-dart-cliUse area-dart-cli for issues related to the 'dart' command like tool.dart-cli-compileIssues related to the 'dart compile' tooltype-enhancementA request for a change that isn't a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions