Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 618 Bytes

compiler-environment-support.md

File metadata and controls

23 lines (15 loc) · 618 Bytes

Compiler environment support

NOTE: Compiler support does not dictate the runtime requirements of compiled code.

Supported environments

The Babel compiler is only supported in these environments:

  • Modern browsers such as Chrome, Firefox, Safari, Edge etc.
  • Node 0.10+

Unsupported environments

This means that any other environment is not supported, this includes but is not limited to:

  • Rhino
  • Nashorn
  • Internet Explorer
  • ...

NOTE: If Babel works in any of the unsupported environments, it is purely coincidental and has no bearing on future compatibility. Use at your own risk.