Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generar codigo de bloques #284

Merged
merged 5 commits into from
May 8, 2024
Merged

Generar codigo de bloques #284

merged 5 commits into from
May 8, 2024

Conversation

danielferro69
Copy link
Contributor

@danielferro69 danielferro69 commented May 3, 2024

Resolves #250

Segun cada tipo de bloque o bloque con codigo especifico, se genera el correspondiente a cada uno para utilizarlo en la ejecucion. A diferencia de lo desarrollado en ember con Blocks[id].JavaScript (o MyLanguage), ahora se debe utilizar javascriptGenerator.forBlock[id]

@danielferro69 danielferro69 requested a review from a team as a code owner May 3, 2024 17:39
@danielferro69 danielferro69 requested a review from dlopezalvas May 3, 2024 17:39
Copy link
Contributor

@rgonzalezt rgonzalezt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No olvidar sacar la categoría de variables!!

@danielferro69 danielferro69 merged commit cfd3678 into develop May 8, 2024
10 checks passed
@danielferro69 danielferro69 deleted the blocksCode branch May 8, 2024 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bloques: Traerse el código que escupe cada bloque
2 participants