From 57dfe7b85419684764990266809032f18ff1dd4c Mon Sep 17 00:00:00 2001 From: "dennis.ludwig" Date: Mon, 27 Nov 2017 13:17:39 +0100 Subject: [PATCH] [TASK] #144808 reasons why we adopt babel --- radar/2017-10-01/babel.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/radar/2017-10-01/babel.md b/radar/2017-10-01/babel.md index 59ffc83..71cfd58 100644 --- a/radar/2017-10-01/babel.md +++ b/radar/2017-10-01/babel.md @@ -4,6 +4,7 @@ ring: adopt quadrant: languages-and-frameworks --- -We are using babel for quite a while now and since then we don't have to struggle with unimplemented features of ECMAScript. -In this regard JavaScript is JavaScript, no matter what browser you are using and we stronly recommend to use Babel or similar solutions (e.g. -TypeScript). \ No newline at end of file +We are using babel for quite a while now and since then we don't have to +struggle with unimplemented features of ECMAScript. In this regard JavaScript is +JavaScript, no matter what browser you are using and we strongly recommend to +use Babel or similar solutions (e.g. TypeScript).