Fork me on GitHub
#re-frame
<
2017-08-02
>
jeaye00:08:08

Ok, looks like node doesn't support es6's import. Just need to find something that does.

danielcompton00:08:03

@jeaye karma and doo should be equivalent for testing API and behaviour, don't think there's anything we rely on in Karma that would affect testing

jeaye00:08:10

Yeah, I can see that it doesn't have to do with them, but instead the nodejs not supporting ES6 imports, which one of my npm deps is using.

jeaye00:08:23

Is the only solution to this to use babel?

danielcompton00:08:25

yeah saw that, just confirming that there should be no difference

jeaye00:08:31

Thank you.

danielcompton00:08:55

CLJS has a new preprocessor option, that might help? Not really sure sorry

jeaye00:08:38

I can look at that, but it likely wouldn't affect extern libs.