index.js 634 B

12345678910111213141516
  1. "use strict";
  2. /**
  3. * Use of this source code is governed by an MIT-style license that can be
  4. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  5. */
  6. Object.defineProperty(exports, "__esModule", { value: true });
  7. exports.nzMigrations = void 0;
  8. const class_names_1 = require("./class-names");
  9. const import_specifiers_1 = require("./import-specifiers");
  10. const output_names_1 = require("./output-names");
  11. exports.nzMigrations = [
  12. class_names_1.ClassNamesMigration,
  13. import_specifiers_1.ImportSpecifiersMigration,
  14. output_names_1.OutputNamesMigration
  15. ];
  16. //# sourceMappingURL=index.js.map