saurabh
saurabh
any updates on this?
seems like this error occurs only when using the `bun` native function to do an IO operation on the file, replacing such function with node compatible `fs` module functions works...
binded arguments in the "path" between function's decorator and parameters' decorators are different
> @yadav-saurabh Is it okay to support object typed `@Param()`, but SDK library decomposes it to individual parameters? yes, my initial thinking was the same. They are going be individual...
binded arguments in the "path" between function's decorator and parameters' decorators are different
> @micalevisk Thaks for help. > > @yadav-saurabh To accomplish this mission, I've to disassemble the object typed `@Param()` in the compilation level, and it needs lots of change in...