mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JS: fix qldoc
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
import javascript
|
||||
|
||||
module StringOps {
|
||||
/**
|
||||
* A expression that is equivalent to `A.startsWith(B)` or `!A.startsWith(B)`.
|
||||
*/
|
||||
class StartsWith extends DataFlow::Node {
|
||||
StartsWith::Range range;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user