Skip to content

Commit be99f43

Browse files
committed
Revert "JS: Mass overlay[local?]"
This reverts commit d6c75d9.
1 parent f37db60 commit be99f43

File tree

294 files changed

+1
-642
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+1
-642
lines changed

javascript/ql/lib/Customizations.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,5 @@
88
* `FileSystemAccess`, or the `Source` and `Sink` classes associated with the security queries
99
* to model frameworks that are not covered by the standard library.
1010
*/
11-
overlay[local?]
12-
module;
1311

1412
import javascript

javascript/ql/lib/Declarations/Declarations.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* Provides predicates for finding variable references and declarations
33
* in a given function or toplevel.
44
*/
5-
overlay[local?]
6-
module;
75

86
import javascript
97

javascript/ql/lib/Declarations/UnusedVariable.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
22
* Provides classes and predicates for the 'js/unused-local-variable' query.
33
*/
4-
overlay[local?]
5-
module;
64

75
import javascript
86
import LanguageFeatures.UnusedIndexVariable

javascript/ql/lib/Expressions/DOMProperties.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
22
* Provides predicates for working with the DOM type hierarchy.
33
*/
4-
overlay[local?]
5-
module;
64

75
import semmle.javascript.Externs
86

javascript/ql/lib/IDEContextual.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
22
* Provides shared predicates related to contextual queries in the code viewer.
33
*/
4-
overlay[local?]
5-
module;
64

75
import semmle.files.FileSystem
86
private import codeql.util.FileSystem

javascript/ql/lib/LanguageFeatures/UnusedIndexVariable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Provides a predicate for identifying unused index variables in loops.
33
*/
4-
overlay[local?]
4+
overlay[local]
55
module;
66

77
import javascript

javascript/ql/lib/default.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,5 @@
33
*
44
* Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.
55
*/
6-
overlay[local?]
7-
module;
86

97
import javascript

javascript/ql/lib/definitions.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
* Provides classes and predicates related to jump-to-definition links
33
* in the code viewer.
44
*/
5-
overlay[local?]
6-
module;
75

86
import javascript
97
import IDEContextual

javascript/ql/lib/external/ExternalArtifact.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
22
* Provides classes for working with external data.
33
*/
4-
overlay[local?]
5-
module;
64

75
import semmle.javascript.Locations
86

javascript/ql/lib/javascript.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
/**
22
* Provides classes for working with JavaScript programs, as well as JSON, YAML and HTML.
33
*/
4-
overlay[local?]
5-
module;
64

75
import Customizations
86
import semmle.javascript.Aliases

0 commit comments

Comments
 (0)