From e172590c23eb66f66da5d816f7214155a6143e11 Mon Sep 17 00:00:00 2001 From: Matthisk Heimensen Date: Thu, 28 May 2015 11:00:45 +0200 Subject: [PATCH 01/78] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92ff544..5f9e06d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # es6console -ECMAScript Transformer Fiddle (try out es6 to 5 transformers) +Play around with ECMAScript (6 to 5) transformers, with an interactive console. http://es6console.com From fc5d00a60bd2612e6cfd5ff2c34d14636df4e3a4 Mon Sep 17 00:00:00 2001 From: Matthisk Heimensen Date: Tue, 2 Jun 2015 20:53:44 +0200 Subject: [PATCH 02/78] New dropdown to select transformer --- static/index.html | 20 +++++++++------- static/js/index.js | 19 +++++++++++---- static/js/selector.js | 28 ++++++++++++++++++++++ static/sass/_main.scss | 4 ++-- static/sass/_mixins.scss | 18 ++++++++++++++ static/sass/components/_dropdown.scss | 34 +++++++++++++++++++++++++++ static/sass/components/_share.scss | 4 +--- static/sass/style.scss | 2 ++ 8 files changed, 111 insertions(+), 18 deletions(-) create mode 100644 static/js/selector.js create mode 100644 static/sass/_mixins.scss create mode 100644 static/sass/components/_dropdown.scss diff --git a/static/index.html b/static/index.html index 1920eeb..2bd217c 100644 --- a/static/index.html +++ b/static/index.html @@ -33,14 +33,9 @@ Transform -
- - +
+ Transformer +
+
+
    +
  • Babel JS
  • +
  • Traceur
  • +
  • Typescript
  • +
  • Regenerator
  • +
+
+ -