@spartacus/schematics
Version:
Spartacus schematics
14 lines • 742 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UPDATE_EMAIL_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
// projects/storefrontlib/cms-components/myaccount/update-email/update-email.component.ts
exports.UPDATE_EMAIL_COMPONENT_MIGRATION = [
{
class: constants_1.UPDATE_EMAIL_COMPONENT,
importPath: constants_1.SPARTACUS_STOREFRONTLIB,
deprecatedNode: constants_1.ON_SUCCESS,
comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.ON_SUCCESS}' return type from '${constants_1.UPDATE_EMAIL_COMPONENT}' was changed from void to 'Promise<void>'`,
},
];
//# sourceMappingURL=update-email.component.migration.js.map