We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4eaa81 commit 83f55dbCopy full SHA for 83f55db
javascript/ql/test/library-tests/UnderlyingTypes/expressBulkExport.use.ts
@@ -1,7 +1,7 @@
1
-import { Request, Response } from './expressBuilkExport';
+import { Request, Response } from './expressBulkExport';
2
3
-function t1(req: Request) { // $ MISSING: hasUnderlyingType='express'.Request
+function t1(req: Request) { // $ hasUnderlyingType='express'.Request
4
}
5
6
-function t2(res: Response) { // $ MISSING: hasUnderlyingType='express'.Response
+function t2(res: Response) { // $ hasUnderlyingType='express'.Response
7
0 commit comments