Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Elide typia import so typia can be in devDependencies #1015

Open
KristjanTammekivi opened this issue Mar 27, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@KristjanTammekivi
Copy link
Contributor

Feature Request

A description of the problem you're trying to solve.

After compiling a literals() the type is compiled to an array, but typia import remains. This necessitates typia be installed during runtime

An overview of the suggested solution.

Remove typia import after compiling (if possible, don't know if there are some typia features that require typia be imported during runtime

@samchon samchon added the help wanted Extra attention is needed label Mar 27, 2024
@samchon
Copy link
Owner

samchon commented Mar 27, 2024

Unfortunately, don't know how to \o/.

To accomplish this suggestion, typia have to visit every node elements in the TypeScript file.

If someone can do it, hope him(her) to try this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants