Skip to content

v0.245.1

Compare
Choose a tag to compare
@facebook-github-bot facebook-github-bot released this 04 Sep 07:41
· 96 commits to main since this release

Website:

  • Refined expressions are now highlighted in try-flow playground. Hovering on refined expressions will show where it's refined, and hovering on some invalidated property refinements will show the location and reason of the invalidation.

IDE:

  • Flow now responds to textDocument/prepareName LSP request. This ensures that Flow's rename support can be surfaced when multiple VSCode extension adds rename support for JS files.