From d7c253a3e1b6a3ba85267b4cdd75449fdaca0943 Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 21 Sep 2024 13:11:44 +0200 Subject: [PATCH] AUTO-COMMIT doc/issues/414/index.md --- doc/issues/414/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/issues/414/index.md b/doc/issues/414/index.md index 97ff2e631..59eb2f86e 100644 --- a/doc/issues/414/index.md +++ b/doc/issues/414/index.md @@ -1,7 +1,7 @@ # babel7 migration #414 -- [x] make CodeMirror use babel7 as needed. +- [ ] make CodeMirror use babel7 as needed. - [x] for syntax checking - [x] for linting - [ ] make our plugins work with babel 7 @@ -10,18 +10,17 @@ - https://github.com/systemjs/systemjs-babel - [x] establish a second new system js world inside of lively as upgrade strategy - [x] [run demos that use babel7](browse://demos/babel7/index.md) -- [X] remove duplication +- [x] remove duplication - - - - [ ] customize systemjs-babel.js to use new babel7 -- [ ] refactor and adapt all our meta tools +- [ ] refactor and adapt all our meta tools - [ ] babylonian programming editor - [ ] AST explorer / plugin writing tool - [ ] boot without babel5 loaded - [ ] remove babel5 - ## Workspace with Babel7 API ```javascript