You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone [email protected]:riophae/eslint-plugin-import-bug.git
cd eslint-plugin-import-bug
npm install
npm test
Got this:
[/mnt/d/Projects/eslint-plugin-import-bug]$ npm test
> eslint-plugin-import-bug@ test /mnt/d/Projects/eslint-plugin-import-bug
> eslint .
Cannot read property 'namespace' of null
TypeError: Cannot read property 'namespace' of null
at testKey (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint-plugin-import/lib/rules/namespace.js:194:69)
at VariableDeclarator (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint-plugin-import/lib/rules/namespace.js:199:9)
at listeners.(anonymous function).forEach.listener (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/util/safe-emitter.js:45:58)
at Array.forEach (<anonymous>)
at Object.emit (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/util/safe-emitter.js:45:38)
at NodeEventGenerator.applySelector (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/util/node-event-generator.js:251:26)
at NodeEventGenerator.applySelectors (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/util/node-event-generator.js:280:22)
at NodeEventGenerator.enterNode (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/util/node-event-generator.js:294:14)
at CodePathAnalyzer.enterNode (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/code-path-analysis/code-path-analyzer.js:632:23)
at nodeQueue.forEach.traversalInfo (/mnt/d/Projects/eslint-plugin-import-bug/node_modules/eslint/lib/linter.js:860:28)
npm ERR! Test failed. See above for more details.
The text was updated successfully, but these errors were encountered:
eslint
version: 5.2.0eslint-plugin-import
version: 2.13.0Minimal reproduction: https://github.com/riophae/eslint-plugin-import-bug
Steps to reproduce:
Got this:
The text was updated successfully, but these errors were encountered: