Closed haf closed 8 years ago
It would seem that I'm getting exceptions when I should not. Like template is not defined when I call Message.create despite it obviously existing in the object I pass?
template is not defined
Message.create
I'm using splats and object construction from es2015 and stage-2.
@haf please could you try enabling babel's passPerPreset option?
passPerPreset
Sorry, not working on this anymore.
It would seem that I'm getting exceptions when I should not. Like
template is not defined
when I callMessage.create
despite it obviously existing in the object I pass?I'm using splats and object construction from es2015 and stage-2.