mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
* Added Max Instances property to Blocks * eslint cleanup * eslint cleanup 2 * Moved maxInstances property from block to workspace (as a map of block type to max instances). isDuplicate() changed to correctly handle siblings/branches. * eslint cleanup * Changed checking types to map. Added hasBlockLimits. Fixed Nits. * Added limit_instances test block. eslint fixes. * fixup! Added limit_instances test block. eslint fixes. * Changed sorting objects to a private static function of the workspace. Fixed nits. Undeleted .eslintrc * Reverted .gitignore file. * Added getBlockTypeCounts() to utils. Added isCapacityAvailable() to workspace. Changed clipboard to save typeCountsMap rather than object.
14 lines
257 B
Plaintext
14 lines
257 B
Plaintext
blockly_node_javascript_en.js
|
|
node_modules
|
|
npm-debug.log
|
|
.DS_Store
|
|
.settings
|
|
.project
|
|
*.pyc
|
|
*.komodoproject
|
|
/nbproject/private/
|
|
|
|
tests/compile/main_compressed.js
|
|
tests/compile/*compiler*.jar
|
|
local_build/*compiler*.jar
|
|
local_build/local_blockly_compressed.js |