You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decorator is a feature proposed to ECMAScript, but it's still on stage2 and not implemented in V8. TypeScript offers to transpile decorators via --experimentalDecorators compiler flag. So the decorator is only usable when this package is used via TypeScript.
This is more a tracking issue.
Pynvim offers the ability to export RPC functions from the plugin decorator. This should be supported by node-client as well.
The text was updated successfully, but these errors were encountered: