Skip to content

Commit

Permalink
Refactor file structure and modify index.js
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Sarxzer committed Mar 17, 2024
1 parent 1eead44 commit 04703af
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as Blockly from "blockly";
import { blocks } from "./blocks/text";
import { forBlock } from "./generators/javascript";
import { blocks } from "./blocks/custom";
import { forBlock } from "./generators/lua";
import { luaGenerator } from "blockly/lua";
import { save, load } from "./serialization";
import { toolbox } from "./toolbox";
Expand Down

0 comments on commit 04703af

Please sign in to comment.