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
{{ message }}
This repository has been archived by the owner on May 19, 2018. It is now read-only.
Decorators from an exported class are attached to a nested class instead.
https://github.com/achicu/babel-decorator-bug
Input Code
Babylon/Babel Configuration
Expected Behavior
The ParentDecorator should be attached to the ParentClass.
Current Behavior
The ParentDecorator is attached to the NestedClass.
Your Environment
The text was updated successfully, but these errors were encountered: