perak / kitchen-examples

Meteor Kitchen examples
164 stars 115 forks source link

CoffeeScript warning message #43

Closed rikyperdana closed 7 years ago

rikyperdana commented 8 years ago

/Kitchen/accounts/client/client.js:26:26:4: [warning] Operator '==' is not supported in CoffeeScript, use '===' instead It shows warning everytime I try to use coffeescript on a project Why don't we use 'is' instead of '===' and 'isnt' instead of '!=='

perak commented 8 years ago

@rikyperdana js2coffee converter complains because source .js file contains == (instead ===). However, I agree warnings are not welcome. Generated code is little bit outdated, so I need to refactor anyway... but I am not sure how good idea is to continue support coffee as entire universe is moving to ES6 (and ES7 soon...). What do you think?

rikyperdana commented 8 years ago

I think it'd be better if we stick with ES*. Can't wait to see kitchen-cli being released ☺