vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

SOY: Do not support binary operator '?:' and function 'isNonnull' #197

Closed xilin closed 10 years ago

xilin commented 10 years ago

I'm using your great plugin in eclipse. It works well but i'm facing two error messages in the editor while the compilation works well. They are:

  1. The operator ?: (binary) See https://developers.google.com/closure/templates/docs/concepts
  2. The function isNonnull See https://developers.google.com/closure/templates/docs/functions_and_directives#functions