Firebase-js-sdk: issue auto import undefined from firebase/empty-import

Created on 22 Oct 2019  路  3Comments  路  Source: firebase/firebase-js-sdk

Installed latest firebase in our app (Angular 2+) to complement our backend.

VScode now auto imports "undefined" from:
import undefined = require('firebase/empty-import');

This just gives a bad developer experience.
We have a pending stack overflow question to just blacklist a single file as we havent needed to do this before. Please just remove this and dont export things like "undefined".

Thanks!

core

Most helpful comment

Related to #2203

All 3 comments

I found a few problems with this issue:

  • I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
  • This issue does not seem to follow the issue template. Make sure you provide all the required information.

Related to #2203

The fix has been merged in #2379. I'd recommend checking out our release notes to see when a PR makes it into an official Release. Any new features/breaking changes/bug fixes should be detailed there. Thanks :)

Was this page helpful?
0 / 5 - 0 ratings