Skip to content

Commit fd4c749

Browse files
author
Esben Sparre Andreasen
committed
JS: change FrameworkLibraryInstance Script/TopLevel inheritance
This is theoretically a breaking change, but it preserves the semantics of all queries in this repository, as far as I can see.
1 parent 1b1e9ed commit fd4c749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/ql/src/semmle/javascript/dependencies/FrameworkLibraries.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ abstract class FrameworkLibrary extends string {
6363
* a file or script containing the code for a particular
6464
* version of a framework.
6565
*/
66-
abstract class FrameworkLibraryInstance extends Script {
66+
abstract class FrameworkLibraryInstance extends TopLevel {
6767
/**
6868
* Holds if this is an instance of version `v` of framework library `fl`.
6969
*/

0 commit comments

Comments
 (0)