Closed TonyGravagno closed 1 month ago
The fix has been merged due to #176. We have changed the method for retrieving key-value pairs, opting to count the number of tabs instead of performing multiple line breaks. If this approach still causes issues, we may need to handle TypeScript's AST more thoroughly. For now, it seems to be handling the cases you submitted without any problems.
If you encounter any errors again, please feel free to reopen the issue.
Trivial issue after recent dev changes.
Note that extra "\n" (EOL) characters aren't removed from globalSchema constant. They were before recent changes.