SalesforceCommerceCloud / commerce-sdk-isomorphic

Browser & Node.js JavaScript client for B2C Commerce API
https://salesforcecommercecloud.github.io/commerce-sdk-isomorphic/
BSD 3-Clause "New" or "Revised" License
42 stars 20 forks source link

Fix circular reference. #118

Closed wjhsf closed 1 year ago

wjhsf commented 1 year ago

The cycle is src/lib/shopperLogin.ts -> src/static/templateUrl.ts -> src/static/helpers/index.ts -> src/static/helpers/slasHelper.ts -> src/lib/shopperLogin.ts 🔁. Changing the import from helpers/index to helpers/types breaks the cycle.