refactor(blocks): Migrate blocks/blocks.js to TypeScript (#7193)

* refactor(blocks): Auto-migration of blocks/blocks.js to ts

* fix(blocks): Manually migrate & fix types in blocks.ts

* fix(build): Update location of blocks/blocks.ts exports object

* fix(blocks): Remove lint

* chore(blocks): Format
This commit is contained in:
Christopher Allen
2023-06-21 22:07:20 +01:00
committed by GitHub
parent ec71261813
commit b6e084257e
3 changed files with 47 additions and 49 deletions

View File

@@ -105,7 +105,7 @@ const chunks = [
{
name: 'blocks',
entry: path.join(TSC_OUTPUT_DIR, 'blocks', 'blocks.js'),
exports: 'module$exports$Blockly$libraryBlocks',
exports: 'module$build$src$blocks$blocks',
scriptExport: 'Blockly.libraryBlocks',
},
{