Benjamin Van Ryseghem

Results 132 comments of Benjamin Van Ryseghem

I'll have a look then 😄 (js is kinda my thing 😛)

Do you have some pointers? (since I am quite a newbie here still :panda_face: ) _Edit:_ I had a look at Leiningen profiles. It could resolves this issue. Nevertheless I...

Awesome :) Thanks a lot :+1:

same goes with `no-spec-dupes`. Same spec name in two different suites fails

Thanks for your answer. I'm kinda new to babel, and didn't find how to specify environment in babelrc. Do you have some documentation for me?

Thanks! I'll have a look :smile: I found [this](https://github.com/babel/babel/issues/5276) stating it's deprecated, but I'll give it a try asap :smile:

sorry for the delay :smile: It works, thank you. But as it seems deprecated, it looks like this will be needed anytime soon. What do you think?

I got the same, but I figure out that if the exported function are "heavy" enough, it works. By example ```js function bar() { return 42; } export function foo()...