JS: Remove obsolete TODO

This commit is contained in:
Asger F
2025-01-09 09:25:08 +01:00
parent 8ac08db5c2
commit 7766f97232

View File

@@ -114,7 +114,6 @@ module VariableCaptureConfig implements InputSig<js::DbLocation> {
class Callable extends js::StmtContainer {
predicate isConstructor() {
// TODO: clarify exactly what the library wants to know here as the meaning of "constructor" varies between languages.
// JS constructors should not be seen as "constructors" in this context.
none()
}