File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
javascript/ql/lib/semmle/javascript/dependencies Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,14 @@ abstract class FrameworkLibraryWithMarkerComment extends FrameworkLibrary {
96
96
* numbers.
97
97
*
98
98
* The first capture group of this regular expression should match
99
- * the version number. Any occurrences of the string `<VERSION>` in
100
- * the regular expression will be replaced by `versionRegex()` before
101
- * matching.
99
+ * the version number.
100
+ *
101
+ * Subclasses should implement this predicate.
102
+ *
103
+ * Callers should avoid using this predicate directly,
104
+ * and instead use `getAMarkerCommentRegexWithoutPlaceholders()`,
105
+ * which will replace any occurrences of the string `<VERSION>` in
106
+ * the regular expression with `versionRegex()`.
102
107
*/
103
108
abstract string getAMarkerCommentRegex ( ) ;
104
109
You can’t perform that action at this time.
0 commit comments