forked from pybricks/pybricks-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add blocklypy package and import functionality
This commit adds the "blocklypy" package as a dependency in the package.json file. It also introduces the import functionality for LLSP3 files in the handleExplorerImportFiles function in sagas.ts. The imported LLSP3 files are converted to Python code using the "convertFlipperProjectToPython" function from the blocklypy package. The converted Python code is then imported into the project.
- Loading branch information
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters