JavaScript: Move flow summaries to experimental.

Also update description and change note to call out their experimental character more clearly.
This commit is contained in:
Max Schaefer
2020-03-09 12:57:20 +00:00
parent 5a1bf94994
commit 3c785ecaa7
17 changed files with 15 additions and 9 deletions

View File

@@ -19,6 +19,8 @@
- Calls can now be resolved to indirectly-defined class members in more cases.
- Calls through partial invocations such as `.bind` can now be resolved in more cases.
* Support for flow summaries has been more clearly marked as being experimental and moved to the new `experimental` folder.
* Support for the following frameworks and libraries has been improved:
- [Electron](https://electronjs.org/)
- [Handlebars](https://www.npmjs.com/package/handlebars)