We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a0640b + f876130 commit eef3ecdCopy full SHA for eef3ecd
1 file changed
transforms/no-implicit-this/helpers/plugin.js
@@ -101,7 +101,7 @@ function transformPlugin(env, options = {}) {
101
// {{FOO}}
102
if (path.type === 'PathExpression' && !hasParams && !hasHashPairs) {
103
// {{FOO.bar}}
104
- if (path.parts > 1) {
+ if (path.parts.length > 1) {
105
handlePathExpression(path);
106
return;
107
}
0 commit comments