@spartacus/schematics
Version:
Spartacus schematics
14 lines • 764 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CART_ITEM_CONTEXT_SOURCE_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/cms-components/cart/cart-shared/cart-item/model/cart-item-context-source.model.ts
exports.CART_ITEM_CONTEXT_SOURCE_MIGRATION = [
{
class: constants_1.CART_ITEM_CONTEXT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.PROMOTION_LOCATION$,
comment: `// ${constants_1.TODO_SPARTACUS} Property '${constants_1.CART_ITEM_CONTEXT}.${constants_1.PROMOTION_LOCATION$}' has been renamed to '${constants_1.LOCATION$}'.`,
},
];
//# sourceMappingURL=cart-item-context-source.migration.js.map