Description
Currently, the code of the adapter itself is not very type-safe, which means that a lot of undefined behavior might exist that is not clearly visible. This is a problem, as it prevents future safe refactoring of the code.
Ideally, the code should be converted to TypeScript, and checked at the compiler level, but for now improving the type-safety by adding JSDoc comments and having the TypeScript language server pick them up should be enough.
Metadata
Metadata
Assignees
Labels
No labels