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

Is there a reason to make a tar.gz file that builds typia when you proceed with the test? #1357

Open
sunrabbit123 opened this issue Nov 12, 2024 · 2 comments

Comments

@sunrabbit123
Copy link
Contributor

Question

Is there a reason to make a tar.gz file that builds typia when you proceed with the test?

Packaging build files is considered a bottleneck.
package.json can refer to the package.json in the local file.

like next:

    "typia": "../"

Is there a reason?

@samchon
Copy link
Owner

samchon commented Nov 12, 2024

No reason.

If possible to setup test like sub projects with such simple configuration and there is no problem even in the transformation leve (plugin configuration in the test/tsconfig.json), it would be nice.

@sunrabbit123
Copy link
Contributor Author

I tested it in relation to it, but even the files I don't need are imported.

스크린샷 2024-11-18 오후 12 04 37

I confirmed that npmignore is not working either.

Well, it's just going to be decided whether or not there's a pack level

What do you think?

If you are negative about the correction, please close the issue.

https://stackoverflow.com/questions/55400151/how-to-avoid-adding-package-to-node-modules-if-it-placed-locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants