Added the Blockly Editor to the launcher menu and to the Command Palette. Also created a Blockly icon, which was added next to the file name once we open a new json file with the Blockly Editor, in addition to being shown on the launcher page.
Note: When I was running the 'jlpm run build' command, I got the following error:
_node_modules/@jupyterlab/codeeditor/lib/editor.d.ts:47:15 - error TS2411: Property 'toJSON' of type '() => any' is not assignable to 'string' index type 'JSONValue'.
47 interface ICoordinate extends JSONObject, ClientRect {_
I fixed it by adding the @ts-ignore comment above the problematic line, but I'm not sure why it occurred or if I could fix it in another way.
Added the Blockly Editor to the launcher menu and to the Command Palette. Also created a Blockly icon, which was added next to the file name once we open a new json file with the Blockly Editor, in addition to being shown on the launcher page.
Note: When I was running the 'jlpm run build' command, I got the following error:
I fixed it by adding the @ts-ignore comment above the problematic line, but I'm not sure why it occurred or if I could fix it in another way.