add compiler support document - closes #2839

This commit is contained in:
Sebastian McKenzie 2015-11-08 06:51:20 -08:00
parent 5f732d1c02
commit 81ba799ba4
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# 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.