mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
JavaScript: Replace --externs extractor flag with /** @externs */ comment.
This commit is contained in:
@@ -7,4 +7,4 @@ String.prototype.toString = function() {};
|
||||
function Array() {}
|
||||
Array.prototype.toString = function() {};
|
||||
|
||||
//semmle-extractor-options: --externs
|
||||
/** @externs */
|
||||
Reference in New Issue
Block a user