Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…, comprehension note
Copilot
AI
changed the title
Replace BlockMirror dependency with mlt service approach
Replace BlockMirror with self-contained mlt translation layer
Jun 30, 2026
Copilot created this pull request from a session on behalf of
acbart
June 30, 2026 22:14
View session
Copilot
AI
changed the title
Replace BlockMirror with self-contained mlt translation layer
Add Jest unit tests for utility functions
Jul 1, 2026
Copilot
AI
changed the title
Add Jest unit tests for utility functions
feat: Phase 1 TypeScript migration – utilities, storage, footer + test suite
Jul 1, 2026
Copilot
AI
changed the title
feat: Phase 1 TypeScript migration – utilities, storage, footer + test suite
feat: Phase 2 TypeScript migration – engine configs, editors
Jul 1, 2026
Copilot
AI
changed the title
feat: Phase 2 TypeScript migration – engine configs, editors
Convert build system from webpack 4 to Vite 8
Jul 1, 2026
Copilot
AI
changed the title
Convert build system from webpack 4 to Vite 8
Convert core JS modules to TypeScript
Jul 1, 2026
Copilot
AI
changed the title
Convert core JS modules to TypeScript
Convert src/blockpy.js to TypeScript
Jul 1, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts the main entry point
src/blockpy.jstosrc/blockpy.ts, completing the TypeScript migration of all coresrc/*.jsfiles.Changes
src/blockpy.ts(renamed fromblockpy.js)localSettings_,initialConfiguration_,model,components,utilities,clockconfiguration: Record<string, any>,assignment?: any,submission?: any)getSetting,initModel,loadAssignment,loadSubmission,loadAssignmentData_, etc.)vite.config.js— updatedlib.entryto point atsrc/blockpy.tsNotes
Follows the same minimal-annotation style used in the rest of the
src/migration (e.g.server.ts):noImplicitAny: false/strict: falseare retained intsconfig.json, so this is a non-breaking incremental step. Remaining JS directories (mlt/,skulpt_modules/,blockly_blocks/) are out of scope.