remove stray todo

This commit is contained in:
Erik Krogh Kristensen
2020-10-05 16:53:05 +02:00
parent d316cb512e
commit c1b5357e74

View File

@@ -235,7 +235,7 @@ abstract class ExportDeclaration extends Stmt, @export_declaration {
ES2015Module getEnclosingModule() { this = result.getAnExport() }
/** Holds if this export declaration exports variable `v` under the name `name`. */
abstract predicate exportsAs(LexicalName v, string name); // TODO: Can I deprecate this?
abstract predicate exportsAs(LexicalName v, string name);
/**
* Gets the data flow node corresponding to the value this declaration exports