diff --git a/doc/design/compiler-environment-support.md b/doc/design/compiler-environment-support.md new file mode 100644 index 0000000000..4a85e9d3df --- /dev/null +++ b/doc/design/compiler-environment-support.md @@ -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. diff --git a/doc/design/compiler-guarantees.md b/doc/design/compiler-guarantees.md deleted file mode 100644 index e69de29bb2..0000000000