Skip to content

Commit

Permalink
Merge branch 'gh-pages' of https://github.com/LivelyKernel/lively4-core
Browse files Browse the repository at this point in the history
… into gh-pages
  • Loading branch information
onsetsu committed Oct 11, 2024
2 parents c365807 + 7cecd8c commit 69cbd8e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/issues/414/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
- <edit://src/client/syntax.js>
- <edit://src/external/babel/plugin-babel7.js>
- <edit://src/external/eslint/eslint-parser.js>
- [ ] 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
Expand Down

0 comments on commit 69cbd8e

Please sign in to comment.