proposal-function-expression-decorators
proposal-function-expression-decorators copied to clipboard
Decorators support for function expressions
Update?
Is there any update on this? Thanks!
Let's continue the discussion here.
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/iddan/test/github/2b8d080c-45f6-43fe-9603-558d5028a706/master..snyk-fix-ntq9op) for more details. #### Snyk Project: [iddan/proposal-function-expression-decorators:package.json](https://app.snyk.io/org/iddan/project/2b8d080c-45f6-43fe-9603-558d5028a706) ####...
I'd love to be able to use this feature with MobX's `@observer` decorator for functional React components. Is this feature still actively being worked on? What's the process for moving...
Similar to the rule applied in https://www.ecma-international.org/ecma-262/#sec-isanonymousfunctiondefinition variable assigned to function expressions could be decorated. This is important for readability especially when multiple decorators are applied and it is an...
Provide script that transpiles declarations to valid modern ECMAScript. - [x] Basic functionality - [ ] Hoisting & Import / Export (should follow discussion at #3) - [ ] Automatic...