Skip to content

v0.0.48

Choose a tag to compare

@wessberg wessberg released this 10 Oct 22:23
· 260 commits to master since this release

v.0.0.48

New features

Browserslists in relation to EcmaScript versions

New helper functions has been added in 8173687:

  • getAppropriateEcmaVersionForBrowserslist
  • browserslistSupportsEcmaVersion
  • browsersWithSupportForEcmaVersion

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.