mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
JS: Add deprecated alias
The old DbLocation class was public, hence the alias
This commit is contained in:
@@ -149,3 +149,8 @@ class Locatable extends @locatable {
|
||||
*/
|
||||
string getAPrimaryQlClass() { result = "???" }
|
||||
}
|
||||
|
||||
/**
|
||||
* DEPRECATED. Use `Location` instead.
|
||||
*/
|
||||
deprecated class DbLocation = Location;
|
||||
|
||||
Reference in New Issue
Block a user