mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-06 19:41:51 -04:00
Merge pull request #1398 from paulkaplan/publish-docs
Publish jsdoc to gh-pages
This commit is contained in:
commit
4b5cf6505a
11 changed files with 155 additions and 48 deletions
src/engine
|
@ -41,7 +41,7 @@ const defaultBlockPackages = {
|
|||
|
||||
/**
|
||||
* Information used for converting Scratch argument types into scratch-blocks data.
|
||||
* @type {object.<ArgumentType, {shadowType: string, fieldType: string}>}}
|
||||
* @type {object.<ArgumentType, {shadowType: string, fieldType: string}>}
|
||||
*/
|
||||
const ArgumentTypeMap = (() => {
|
||||
const map = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue