You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
When using the flow pragma in a file, all of my existing javascript snippets no longer work. I notice that the scope in these files no loner include source.js, which is what my snippets are expecting. Do I now need to duplicate all my snippets for both scopes, so I can work in files with and without flow? Do I need to recreate "built-in" snippets like log?
Steps to Reproduce
Add // @flow to the top of a file
Save the file, close, and reopen
Notice that you can no longer type log and tab, and get console.log();
Expected behavior: [What you expect to happen]
Javascript snippets work in flow files.
Actual behavior: [What actually happens]
They don't.
Reproduces how often: [What percentage of the time does it reproduce?]