@nestia/migrate 4.6.2 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/README.md +92 -92
  2. package/lib/MigrateApplication.js +1193 -1013
  3. package/lib/MigrateApplication.js.map +1 -1
  4. package/lib/bundles/NEST_TEMPLATE.js +79 -74
  5. package/lib/bundles/NEST_TEMPLATE.js.map +1 -1
  6. package/lib/bundles/SDK_TEMPLATE.js +30 -30
  7. package/lib/bundles/SDK_TEMPLATE.js.map +1 -1
  8. package/lib/index.mjs +1346 -1164
  9. package/lib/index.mjs.map +1 -1
  10. package/lib/utils/openapi-down-convert/converter.js +2 -2
  11. package/package.json +13 -13
  12. package/src/MigrateApplication.ts +107 -107
  13. package/src/analyzers/MigrateApplicationAnalyzer.ts +18 -18
  14. package/src/analyzers/MigrateControllerAnalyzer.ts +51 -51
  15. package/src/archivers/MigrateFileArchiver.ts +38 -38
  16. package/src/bundles/NEST_TEMPLATE.ts +79 -74
  17. package/src/bundles/SDK_TEMPLATE.ts +30 -30
  18. package/src/executable/bundle.js +125 -125
  19. package/src/executable/migrate.ts +7 -7
  20. package/src/factories/TypeLiteralFactory.ts +57 -57
  21. package/src/index.ts +4 -4
  22. package/src/internal/MigrateCommander.ts +86 -86
  23. package/src/internal/MigrateInquirer.ts +89 -89
  24. package/src/module.ts +8 -8
  25. package/src/programmers/MigrateApiFileProgrammer.ts +49 -49
  26. package/src/programmers/MigrateApiFunctionProgrammer.ts +210 -210
  27. package/src/programmers/MigrateApiNamespaceProgrammer.ts +417 -417
  28. package/src/programmers/MigrateApiProgrammer.ts +103 -103
  29. package/src/programmers/MigrateApiSimulationProgrammer.ts +324 -324
  30. package/src/programmers/MigrateApiStartProgrammer.ts +194 -194
  31. package/src/programmers/MigrateDtoProgrammer.ts +87 -87
  32. package/src/programmers/MigrateE2eFileProgrammer.ts +117 -117
  33. package/src/programmers/MigrateE2eProgrammer.ts +34 -34
  34. package/src/programmers/MigrateImportProgrammer.ts +118 -118
  35. package/src/programmers/MigrateNestControllerProgrammer.ts +50 -50
  36. package/src/programmers/MigrateNestMethodProgrammer.ts +393 -393
  37. package/src/programmers/MigrateNestModuleProgrammer.ts +65 -65
  38. package/src/programmers/MigrateNestProgrammer.ts +81 -81
  39. package/src/programmers/MigrateSchemaProgrammer.ts +373 -373
  40. package/src/structures/IHttpMigrateController.ts +8 -8
  41. package/src/structures/IHttpMigrateDto.ts +8 -8
  42. package/src/structures/IHttpMigrateFile.ts +5 -5
  43. package/src/structures/IHttpMigrateProgram.ts +27 -27
  44. package/src/structures/IHttpMigrateRoute.ts +1 -1
  45. package/src/structures/IHttpMigrateSchema.ts +4 -4
  46. package/src/utils/FilePrinter.ts +36 -36
  47. package/src/utils/MapUtil.ts +13 -13
  48. package/src/utils/OpenApiTypeChecker.ts +73 -73
  49. package/src/utils/SetupWizard.ts +12 -12
  50. package/src/utils/StringUtil.ts +113 -113
  51. package/src/utils/openapi-down-convert/RefVisitor.ts +139 -139
  52. package/src/utils/openapi-down-convert/converter.ts +527 -527

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.