blockly-proceds
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "blockly-proceds", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A Blockly plugin.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
declare module 'blockly-proceds' { | ||
export function ProcedsBlocklyInit(blockly: any): void; | ||
export function setDefaultLocale(): void; | ||
export function procedsBlocklyInit(Blockly: any): void; | ||
export function setDefaultLocale(Blockly: any): void; | ||
} |
import 'blockly/blocks'; | ||
import { makeProcedureInit, makeProcedureCustomMenu, makeProcedureDomToMutation, disableContextMenuOptions } from './procedures'; | ||
export const ProcedsBlocklyInit = (Blockly) => { | ||
export const procedsBlocklyInit = (Blockly) => { | ||
@@ -48,3 +48,3 @@ Blockly.Blocks['procedures_defnoreturn'] = { | ||
export const setDefaultLocale = () => { | ||
export const setDefaultLocale = (Blockly) => { | ||
Blockly.Msg.PROCEDURES_DEFNORETURN_COMMENT = 'Describe el procedimiento...'; | ||
@@ -51,0 +51,0 @@ Blockly.Msg.PROCEDURES_DEFNORETURN_PROCEDURE = "Hacer algo"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
19223
0