@elfinct/eslint
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -59,3 +59,7 @@ "use strict"; | ||
VxPrefix.prototype.prefixWalker = function (program) { | ||
var declaration = utils_1.findDefaultExportObject(program).declaration; | ||
var exportObj = utils_1.findDefaultExportObject(program); | ||
if (!exportObj) { | ||
return []; | ||
} | ||
var declaration = exportObj.declaration; | ||
var failures = []; | ||
@@ -62,0 +66,0 @@ if (utils_1.isObjectExpression(declaration)) { |
{ | ||
"name": "@elfinct/eslint", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"main": "index.js", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "fe4025d47f8312703d42aced18aac7c5e70c021d" | ||
"gitHead": "92985e54b23ecc1a7f627c91102c3a4e0f2297dd" | ||
} |
34248
666