Skip to content

Commit c1b5357

Browse files
committed
remove stray todo
1 parent d316cb5 commit c1b5357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/ES2015Modules.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ abstract class ExportDeclaration extends Stmt, @export_declaration {
235235
ES2015Module getEnclosingModule() { this = result.getAnExport() }
236236

237237
/** Holds if this export declaration exports variable `v` under the name `name`. */
238-
abstract predicate exportsAs(LexicalName v, string name); // TODO: Can I deprecate this?
238+
abstract predicate exportsAs(LexicalName v, string name);
239239

240240
/**
241241
* Gets the data flow node corresponding to the value this declaration exports

0 commit comments

Comments
 (0)