UNPKG

@spartacus/schematics

Version:
14 lines 802 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CONFIG_INITIALIZER_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); //projects/core/src/config/config-initializer/config-initializer.service.ts exports.CONFIG_INITIALIZER_SERVICE_MIGRATION = [ { class: constants_1.CONFIG_INITIALIZER_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: constants_1.GET_STABLE_CONFIG, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.CONFIG_INITIALIZER_SERVICE}.${constants_1.GET_STABLE_CONFIG}' was removed from '${constants_1.CONFIG_INITIALIZER_SERVICE}'. Instead use method '${constants_1.GET_STABLE}'`, }, ]; //# sourceMappingURL=config-initializer.service.migration.js.map