Skip to content

UNPKG - Some components missing #49

Answered by mark-friedman
heliacer asked this question in Q&A
Discussion options

You must be logged in to vote

Turns out its possible to add them manually to the toolbox category of "Variables". I managed to find those blocks ( excluding the mutators ) but i didn't manage to find the public variable initialising block on the unpkg source code.

        {
          kind: 'block',
          type: 'lexical_variable_get'
        },
        {
          kind: 'block',
          type: 'lexical_variable_set'
        },
        {
          kind: 'block',
          type: 'local_declaration_statement'
        },
        {
          kind: 'block',
          type: 'local_declaration_expression'
        }

All the blocks and their types should be specified in the README file for the plug-in. For example, here's

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@heliacer
Comment options

Answer selected by mark-friedman
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants