JS: Add deprecated alias

The old DbLocation class was public, hence the alias
This commit is contained in:
Asger F
2025-08-27 11:21:18 +02:00
parent dcf63fc434
commit 4a687a1222

View File

@@ -149,3 +149,8 @@ class Locatable extends @locatable {
*/
string getAPrimaryQlClass() { result = "???" }
}
/**
* DEPRECATED. Use `Location` instead.
*/
deprecated class DbLocation = Location;