Babel and its associated official transforms make some assumptions about your code. These assumptions are only made as they're either impossible to take into consideration or are extremely exotic.
undefined
, NaN
and Infinity
have not been externally redefined.Object
, Array
, String
, Number
, Boolean
etc have not been redefined.