ember-eslint-parser
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "ember-eslint-parser", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -440,2 +440,3 @@ const ContentTag = require('content-tag'); | ||
if ( | ||
n.name !== 'this' && | ||
!n.name.startsWith(':') && | ||
@@ -442,0 +443,0 @@ scope && |
28868
796