flow-js2-mode icon indicating copy to clipboard operation
flow-js2-mode copied to clipboard

[UNMAINTAINED] Support for flow for js2-mode

Results 15 flow-js2-mode issues
Sort by recently updated
recently updated
newest added

I was seeking a chance to use [flow](https://flow.org) the other day and was searching for a major mode for flow and ran into [flow-js2-mode](https://github.com/Fuco1/flow-js2-mode). According to the README, this package...

question

Hey! I'm relatively new to Emacs and to Elisp in particular but I really want to see flow mode working on Emacs. I had to do some research before figuring...

I was wondering if you'd like to put this on Melpa so more people can start using it easier and possibly help fixing bug? Once this is staple, rjsx-mode can...

The errors at the end of line 3 and 4 are "syntax error". This seems to be only happening with void return types, as can be seen in line 1...

It seems like this code is not working properly: ``` function func1(n: number): boolean { if (n > 1) { return true; } else { return false; } } const...

bug

The `number[]` annotation does not parse ```js function GetQuoteV2(connections) { } const v2 = { GetQuote: async function (connections: number[]) { return GetQuoteV2(connections) }, } ```

bug

- [x] `Promise` fails to parse - [ ] `Promise` fails to parse (probably because a star is an operator and not a name

bug

The error is in the advice on `js2-parse-named-prop`, it does not return the "value" node from the `key: value` pair in case we drop into the `[foo]` branch (`(eq tt...

bug