process docs: Add link to experimental flags yaml file

Change-Id: Ia2aa4a1e8a3f763356f307bffab69d0cb561aaf4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149520
Reviewed-by: Leaf Petersen <leafp@google.com>
This commit is contained in:
Kevin Moore 2020-05-30 02:28:22 +00:00
parent 0429dda6d2
commit d0a6192554

View file

@ -95,3 +95,7 @@ two forms:
- Experiments affecting launch/run behavior, can be enabled in the IDE specific
run Configuration, by passing the same `--enable-experiment` flag as listed in
the CLI section.
The current set of experiment flags is defined in a YAML file which the various
tools access:
[experimental_features.yaml](../../tools/experimental_features.yaml).