Strider
Strider
Node's `child_process` has special form of `spawn` called [`fork`](https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options). Not sure when it was appeared. Here's two things about it: 1. It establish «communication channel», child will have `process.send` &...
Confirm. Kinda catched that some days ago but cannot identify where exactly it fails. Yuri's repro is correct.
https://github.com/borela/naomi/issues/250#issuecomment-623191698
Maybe it's a pug syntax issue, I don't know for sure.
I've faced the same issue. Possible related to #177.
@borela no probs for the delay, I just file tickets so we can track them without forgetting. I can definitely prepare patch, but I have zero or little experience with...
@borela can I use backrefs? My current idea is: ``` (?x) (?> (?
For now I'm starting to think of it at different angle. I think `@flow` must be the only thing that match, but it must be recognizable *only* in comment's context....
Just to file. There's another place where comment context is not inherited:  When inside `/* :type */` (2) everything is ok. Inside `/* :: some flowtyped stuff */` (1)...
> The only issue right now is that it would highlight template parameters as types. I understood why you draw attention to this distinction, but thinking further — in fact...