babel/doc/design/compiler-environment-support.md
2015-11-08 06:51:20 -08:00

16 lines
386 B
Markdown

# Compiler environment support
The Babel compiler is **only** supported in these environments:
- Modern browsers such as Chrome, Firefox, Safari, Edge etc.
- Node 0.10+
This means that notably Babel does not support the following environments:
- Rhino
- Nashorn
- Internet Explorer
- ...
**NOTE:** Compiler support does not dictate the runtime requirements of compiled code.