@spartacus/schematics
Version:
Spartacus schematics
9 lines • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LEGACY_FLAG_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.LEGACY_FLAG_MIGRATION = {
propertyName: constants_1.LEGACY_FLAG,
comment: `// ${constants_1.TODO_SPARTACUS} '${constants_1.LEGACY_FLAG}' has been removed. Just remove this property, as legacy systems are supported by optional implementations.\n`,
};
//# sourceMappingURL=legacy-flag.migration.js.map