Skip to content

Commit 04703af

Browse files
committed
Refactor file structure and modify index.js
This commit includes renaming of two source files for better clarity and modifications to index.js. The file 'text.js' has been renamed to 'custom.js' and 'javascript.js' has been renamed to 'lua.js' to better reflect their functionalities and due to an error. Additionally, 'index.js' has been updated to accommodate these changes.
1 parent 1eead44 commit 04703af

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as Blockly from "blockly";
2-
import { blocks } from "./blocks/text";
3-
import { forBlock } from "./generators/javascript";
2+
import { blocks } from "./blocks/custom";
3+
import { forBlock } from "./generators/lua";
44
import { luaGenerator } from "blockly/lua";
55
import { save, load } from "./serialization";
66
import { toolbox } from "./toolbox";

0 commit comments

Comments
 (0)