Tom

Results 18 comments of Tom

I think the solution is to use this instead ``` "parserOptions": { "ecmaFeatures": { "jsx": true, "modules": true } }, ```

New Project option would certainly help.

Yes, javascript doesn't allow overloading for function/method/constructor parameters. And I believe that having one signature with no parameters and one with, would still be considered overloading. Perhaps the loose nature...

@skalashnyk Interesting. I guess that is a Typescript attempt to work around the limitation. Seems a bit awkward though, and I prefer not to stray that far from JS when...

To my thinking, it is important that the solution work the same for GCF and Cloud Run (and any other Knative) but I guess that's guaranteed since they will all...

This issue is being discussed in #198.

Second that. Looking at a node file with ES6 class I was rather expecting it to nest the functions under the class.

Agreed. Sometimes I don't use the break phase feature, and when I'm ready to start again, I want to jump into a new work phase.

I think the option to skip thru an active break might be good. Sometimes I feel ready to start the next work phase early. Of course I can just start...