woocommerce/src/Admin
Christopher Allford 1b2f5ab4ad Added handling to prevent namespace conflicts with included packages
The root namespace of Core is Automattic\WooCommerce, but both the blocks and wc-admin plugins exist in this namespace. In an effort to prevent possible conflicts, we should not allow for overlap in our repository. The rationale behind doing this as opposed to renaming our root namespace feels reasonable. In the case of Blocks, all of the tooling is already set up in their repository, so all blocks should go there anyway. In the case of WC-Admin, we shouldn't be refactoring admin classes, as that would duplicate work done to revamp them entirely.
2020-04-28 14:04:00 -07:00
..
.gitignore Added handling to prevent namespace conflicts with included packages 2020-04-28 14:04:00 -07:00
README.md Added handling to prevent namespace conflicts with included packages 2020-04-28 14:04:00 -07:00

README.md

WARNING

The namespace of this folder belongs to the WC-Admin Plugin that is included in Core via composer. Any contributions to this namespace should be made in the corresponding repository to prevent conflicts.