### Description All code in the grammar files must be compatible with both Java and Javascript in order for Kibana to consume these files. Javascript does not support an implicit `this` when invoking methods. It must be explicit (e.g. `this.isDevVersion()`).