Fix samchon/typia#1410: "use server"
case
#1126
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various version updates and an improvement to the
FileTransformer
in the@nestia
packages. The most important changes include updating package versions and enhancing the file transformation process.Version Updates:
typia
dependency to version7.0.1
across multiple packages includingbenchmark
,core
,e2e
,editor
,fetcher
,migrate
, andsdk
packages. [1] [2] [3] [4] [5] [6] [7]@nestia
packages incore
,migrate
, andsdk
to4.0.1
. [1] [2] [3]File Transformer Improvement:
find_import_injection_index
to determine the correct position for import statements in theFileTransformer
. This ensures that import statements are injected at the appropriate location, improving the maintainability and readability of the transformed files. [1] [2]Other Updates:
swagger.json
files used for testing to4.0.1-dev.20241203
. [1] [2] [3] [4] [5] [6] [7] [8]