UNPKG

@spartacus/schematics

Version:
15 lines 677 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LANGUAGE_SERVICE_MIGRATION = void 0; const constants_1 = require("../../../../shared/constants"); // projects/core/src/site-context/facade/language.service.ts exports.LANGUAGE_SERVICE_MIGRATION = [ { class: constants_1.LANGUAGE_SERVICE, importPath: constants_1.SPARTACUS_CORE, deprecatedNode: constants_1.SET_ACTIVE, newNode: constants_1.SET_ACTIVE, comment: `// ${constants_1.TODO_SPARTACUS} Method '${constants_1.SET_ACTIVE}' changed the return type from 'Subscription' to 'void'`, }, ]; //# sourceMappingURL=language.service.migration.js.map