This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b72744988b
woocommerce
/
plugins
/
woocommerce-blocks
/
assets
/
js
/
base
/
context
/
index.ts
4 lines
84 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Fix Circular Dependencies During Builds (https://github.com/woocommerce/woocommerce-blocks/pull/4025) * Fix circular dependencies in Icons package * CircularDependencyPlugin * Fix deriveSelectedShippingRates CD * Move useStoreNotices to context/hooks * Move useStoreCart to base/context/hooks * Move useStoreEvents to base/context/hooks * Move collection/product hooks * Move useStoreAddToCart * Move useCustomerData * move shipping hooks * Move checkout and payment hooks * Context should import hooks with relative paths * Prevent circular dependency in store notices container components * Move address fields to settings so they are shared * Import PaymentMethod components direct * relative import * Fix select CD * Move ValidationInputError * Move components consumed by context * Fix up internal imports in context * fix CD in checkout package * Separate providers * Fixing context exports * Fix base context hook import * fix mocks * Pass hooks to Slot Fills as Fill Props to avoid imports from base-context * Export components, not hooks * Pass props to ExperimentalOrderMeta * Run CD plugin when using `npm start` only * Rename CIRCULAR_DEPS to CHECK_CIRCULAR_DEPS * Remove duplicate key from rebase * Move packages component back to main file * Remove dashicon module replacement * Restore SVG import from package not external * Move core locale handling to avoid impact settings package size * Remove deleted file from rebase
2021-04-08 12:31:12 +00:00
export
*
from
'./event-emit'
;
export
*
from
'./hooks'
;
export
*
from
'./providers'
;