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 990b032 commit e7f1c03Copy full SHA for e7f1c03
docs/process/breaking-changes.md
@@ -35,7 +35,8 @@ abide by the following basic conditions:
35
* Must access libraries via the public API (for example, must not reach into
36
the internals of a package located in the `/src/` directory).
37
38
-* Must not rely on an [experiment flag](experimental-flags.md).
+* Must not rely on an [experiment flag](experimental-flags.md), or depend on
39
+ libraries or APIs that are documented as being experimental.
40
41
* Must not circumvent clear restrictions documented in the public API
42
documentation (for example, must not mixin a class clearly documented as
0 commit comments