Magento-2-Dependency-Checker icon indicating copy to clipboard operation
Magento-2-Dependency-Checker copied to clipboard

A small CLI tool to check missing dependency declarations in the composer.json and module.xml

Results 4 Magento-2-Dependency-Checker issues
Sort by recently updated
recently updated
newest added

Me, Dmytro and Vlad have discovered that latest changes to integrity checker works too good. Pipelines has failed - because js and XML dependencies have not been taken into account...

In case we use a JavaScript component in Module1 from Module2 - Module1 should require Module2 Example: ``` define([ 'Magento_Module2/js/action', ], function (action) { 'use strict'; } ``` So this...