mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
fix some QL-for-QL warnings in JS
This commit is contained in:
@@ -92,10 +92,10 @@ abstract private class HtmlAttributeAsNgSourceProvider extends NgSourceProvider,
|
||||
endColumn = startColumn + src.length() - 1
|
||||
}
|
||||
|
||||
/** The source code of the expression. */
|
||||
/** Gets the source code of the expression. */
|
||||
abstract string getSource();
|
||||
|
||||
/** The offset into the attribute where the expression starts. */
|
||||
/** Gets the offset into the attribute where the expression starts. */
|
||||
abstract int getOffset();
|
||||
|
||||
override DOM::ElementDefinition getEnclosingElement() { result = this.getElement() }
|
||||
|
||||
Reference in New Issue
Block a user