Skip to content

Commit 220f813

Browse files
committed
[ADD] microbit.js in ruby-to-blocks-converter and change index.js
1 parent 576bd45 commit 220f813

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/lib/ruby-to-blocks-converter/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class RubyToBlocksConverter {
3636
OperatorsConverter,
3737
VariablesConverter,
3838
MyBlocksConverter,
39+
MicroBitConverter,
3940
MusicConverter,
4041
EV3Converter
4142
];
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* global Opal */
2+
import _ from 'lodash';
3+
4+
/**
5+
* Music converter
6+
*/
7+
const MicroBitConverter = {
8+
};
9+
10+
export default MicroBitConverter;

0 commit comments

Comments
 (0)