This repository was archived by the owner on Jul 30, 2018. It is now read-only.
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
Non-native Symbol when targeting ES6 #149
Closed
Description
TypeScript complains when using well known symbols that TypeScript cannot determine are from the global Symbol
interface. (see microsoft/TypeScript#8169, microsoft/TypeScript#8099, microsoft/TypeScript#5579, microsoft/TypeScript#2012)
We need to provide a viable workaround for our Symbol
shim due to this.