add compiler support document - closes #2839
This commit is contained in:
parent
5f732d1c02
commit
81ba799ba4
15
doc/design/compiler-environment-support.md
Normal file
15
doc/design/compiler-environment-support.md
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user