romainl/ctags-patterns-for-javascript

Not work for flow

Closed this issue · 1 comments

The following code using flow doesn't match.

function test(): Boolean {
...
}

There is no explicit support for Flow beyond type imports, which was added by a user.

If you feel like expanding Flow support I would gladly read a PR or two.