-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
Public issue for StackOverflow. I also noticed our integration tests failing.
It seems this is because @types/long uses export = syntax. You can usually get away with using a standard import when someone uses export =, but documentation is quite clear that you're supposed to use import = require() in these cases. If the moon is in the wrong phase, a traditional import breaks. This issue seems to be hitting Firebase customers.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.