bogeeee
bogeeee
## Question Hi Samchon ! [You sayed ](https://new.reddit.com/r/node/comments/155xh5b/good_bye_typescriptis_ancestor_of_typia_20000x/): > Furthermore, I've enhanced typia through 1,000,000 LOC test codes. Considering characteristics of typia using pure TypeScript type, typia must support every...
In the [readme](https://www.npmjs.com/package/ts-patch#source-transformers), it says `(program: ts.Program, config: PluginConfig, extras: TransformerExtras) => ts.TransformerFactory` which is read as `ts.TransformerFactory` but that's wrong imho because the type param / shouldn't be `any`...
Would be cool, if it only generated one test, so you can quickly see, if your project setup is correct and if it looks at the right thing and has...
When i delete the `pythagora_tests` folder first and then generate the tests, it always generates me an almost empty unit-test file with only the lines ```` ` ` ` `...
Hi From the Example [here in the docs](https://typia.io/docs/validators/tags/#customization): ``` type Postfix = typia.tags.TagBase; ``` The line: `value: Value;` seems to be pretty meaningless to me. I don't see where it's...