We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e724e commit 1de5495Copy full SHA for 1de5495
lib/src/dartdoc_options.dart
@@ -289,6 +289,10 @@ class DartToolDefinition extends ToolDefinition {
289
var needsSnapshot = snapshot.needsSnapshot;
290
if (needsSnapshot) {
291
args.insertAll(0, [
292
+ // TODO(jcollins-g): remove ignore and verbosity resets once
293
+ // https://dart-review.googlesource.com/c/sdk/+/181421 is safely
294
+ // in the rearview mirror in dev/Flutter.
295
+ '--ignore-unrecognized-flags',
296
'--verbosity=error',
297
'--snapshot=${_resourceProvider.pathContext.absolute(snapshotFile.path)}',
298
'--snapshot_kind=app-jit'
0 commit comments