**Tell us about your environment** * **ESLint version:** 5.9.0 * **eslint-plugin-vue version:** ^5.0.0 * **Node version:** 8.12.0 **What did you do?** ```vue <template> <component :is=""></component> </template> ``` **What did you expect to happen?** eslint should not crash **What actually happened?** ``` TypeError: Cannot read property 'type' of null at EventEmitter.VAttribute[directive=true][key.name='bind'][key.argument='is'] ``` `node.value.expression` may be null/undefined