mirror of
https://github.com/google/blockly.git
synced 2026-01-04 23:50:12 +01:00
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:
committed by
GitHub
parent
ec71261813
commit
b6e084257e
@@ -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',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user