azendal / neon

EcmaScript Code Writting DSL
http://azendal.github.io/neon
MIT License
43 stars 19 forks source link

Interfaces with 'ensure' must throw exception if methods are not defined #3

Open chubas opened 12 years ago

chubas commented 12 years ago

Right now it only shows a console log (wich is also bad because the variable console is not defined everywhere, and Neon should not be messing with it)

I think the most correct functionality would be to throw an error