File tree Expand file tree Collapse file tree 2 files changed +0
-128
lines changed Expand file tree Collapse file tree 2 files changed +0
-128
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,6 @@ abstract class DartdocExperimentOptionContext
1515 implements DartdocOptionContextBase {
1616 List <String > get enableExperiment =>
1717 optionSet['enable-experiment' ].valueAt (context);
18- ExperimentStatus get experimentStatus =>
19- optionSet['experimentStatus' ].valueAt (context);
2018}
2119
2220// TODO(jcollins-g): Implement YAML parsing for these flags and generation
@@ -31,9 +29,5 @@ Future<List<DartdocOption<Object>>> createExperimentOptions() async {
3129 .map ((e) =>
3230 ' [no-]${e .enableString }: ${e .documentation } (default: ${e .isEnabledByDefault })' )
3331 .join ('\n ' )),
34- DartdocOptionSyntheticOnly <ExperimentStatus >(
35- 'experimentStatus' ,
36- (option, dir) => ExperimentStatus .fromStrings (
37- option.parent['enable-experiment' ].valueAt (dir))),
3832 ];
3933}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments