mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
update the deprecation notice of RouteExpr such that it points to public APIs
This commit is contained in:
committed by
erik-krogh
parent
e387ebaedd
commit
26f5643f3e
@@ -56,7 +56,7 @@ module Express {
|
||||
}
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `isRouter()` instead.
|
||||
* DEPRECATED: Use `RouterDefinition.ref()` or `RouteSetup` instead.
|
||||
* An expression that refers to a route.
|
||||
*/
|
||||
deprecated class RouteExpr extends MethodCallExpr {
|
||||
|
||||
Reference in New Issue
Block a user