From 26f5643f3ee49e672f8d6bf8201c266f6627d145 Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 5 Apr 2022 14:27:18 +0200 Subject: [PATCH] update the deprecation notice of `RouteExpr` such that it points to public APIs --- javascript/ql/lib/semmle/javascript/frameworks/Express.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/lib/semmle/javascript/frameworks/Express.qll b/javascript/ql/lib/semmle/javascript/frameworks/Express.qll index 84f7a2eee34..1094a9fa4f9 100644 --- a/javascript/ql/lib/semmle/javascript/frameworks/Express.qll +++ b/javascript/ql/lib/semmle/javascript/frameworks/Express.qll @@ -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 {