Require decoratorsBeforeExport option for decorators#8465
Require decoratorsBeforeExport option for decorators#8465nicolo-ribaudo merged 3 commits intobabel:masterfrom
Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/8809/ |
|
|
||
| it("when they aren't specified", function() { | ||
| // Currently every option is required, so this can't be tested. | ||
| it.skip("when they aren't specified", function() { |
There was a problem hiding this comment.
Maybe we can just remove this dead code?
There was a problem hiding this comment.
I forgot about flow's all option 😆 I re-enabled the test using it.
|
This change makes no sense, |
|
Are you using Babel or the parser? They have slightly different options:
|
|
Ah okay thanks for the pointer. ImportJS seems to be using the parser directly |
It has not been decided yet where decorators should go.