From 81ba799ba4459db3d5a079a6b39e5f5439248429 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Nov 2015 06:51:20 -0800 Subject: [PATCH] add compiler support document - closes #2839 --- doc/design/compiler-environment-support.md | 15 +++++++++++++++ doc/design/compiler-guarantees.md | 0 2 files changed, 15 insertions(+) create mode 100644 doc/design/compiler-environment-support.md delete mode 100644 doc/design/compiler-guarantees.md 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