v0.0.48
v.0.0.48
New features
Browserslists in relation to EcmaScript versions
New helper functions has been added in 8173687:
getAppropriateEcmaVersionForBrowserslistbrowserslistSupportsEcmaVersionbrowsersWithSupportForEcmaVersion
These make it possible to target specific EcmaScript versions, rather than features. This is particularly useful when working with the Typescript compiler which doesn't apply transformations based on specific features, but rather on the targeted version of EcmaScript.