Closed
Description
TypeScript Version: 3.2.0-dev.20181011
TypeScript Version: 3.1.3
Search Terms: code completion, auto import, intellisense
Code
You can check out this repo to reproduce the issue: repo link
If any of the following dependencies are imported in the project the code completion feature crashes: localStorage
, postcss-object-fit-images
or gulp-watch
. Without them the feature works just fine.
Expected behavior: code completion works when the mentioned dependencies are imported
Actual behavior: code completion crashes if any of the following dependencies are imported in the project: localStorage
, postcss-object-fit-images
or gulp-watch
Related Issues: #27640