SunKyu Choi
SunKyu Choi
Should I also add a test case for the error being thrown?
Would a message like `"${prefix}'s parameter must be an object type. Union types (e.g., string | object) are not supported."` be sufficient?
@ryoppippi This looks like a fun task! If no one is currently working on it, would it be okay if I take it on? I'd also like to compare the...
Sounds good! I'm not the most skilled, but I'll try to get it done as quickly as possible!
@ryoppippi May I ask you a question? Here’s how I understand the two libraries: - `detectIndent()` identifies the indentation style (spaces/tabs and width) used across the entire code. - `indentString()`...
@ryoppippi Sorry for the delay. I’ve created a draft PR as I have a few questions. Would you mind taking a look when you have time?