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
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
stream.js:74
throw er; // Unhandled stream error in pipe.
^
TypeError: Cannot use 'in' operator to search for 'resolvedModules' in undefined
at Linter.lint (C:\Code\bellevuejs-linting\5. Advanced TSLint Rule\node_modules\tslint\lib\tslint.js:41:40)
Expected behavior
Some sort of error saying "hey, the file doesn't exist!"
Although the tslint recommendation is to only lint compiling code, it's common in projects such as gulp-tslint to lint during build.
The text was updated successfully, but these errors were encountered:
JoshuaKGoldberg
changed the title
"Cannot use 'in' operator" error when tsconfig file doesn't exist
"Cannot use 'in' operator" error when tsconfig file doesn't exist with type checking on
Sep 27, 2016
Bug Report
3.15.1
2.0.3
TypeScript code being linted
(file does not exist)
Actual behavior
Expected behavior
Some sort of error saying "hey, the file doesn't exist!"
Although the tslint recommendation is to only lint compiling code, it's common in projects such as gulp-tslint to lint during build.
The text was updated successfully, but these errors were encountered: