samchon / typia

Super-fast/easy runtime validators and serializers via transformation
https://typia.io/
MIT License
4.64k stars 160 forks source link

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

Open sunrabbit123 opened 1 week ago

sunrabbit123 commented 1 week ago

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 commented 1 week ago

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 commented 1 week ago

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

samchon commented 1 day ago

Let's just use the relative path setup.