File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
types/nginstack__dev-tools Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ export function getTxtExecutionPlan(
22 sql : string ,
33 options ?: {
44 disableHeader ?: boolean ;
5- } ,
5+ }
66) : string ;
77export function getHtmlExecutionPlan (
88 sql : string ,
99 options ?: {
1010 disableHeader ?: boolean ;
11- } ,
11+ }
1212) : string ;
Original file line number Diff line number Diff line change 1- import * as QueryAnalyzer from " @nginstack/dev-tools/lib/database/QueryAnalyzer" ;
1+ import * as QueryAnalyzer from ' @nginstack/dev-tools/lib/database/QueryAnalyzer' ;
22
3- QueryAnalyzer . getTxtExecutionPlan ( " query" , { disableHeader : true } ) ; // $ExpectType string
4- QueryAnalyzer . getHtmlExecutionPlan ( " query" , { disableHeader : true } ) ; // $ExpectType string
3+ QueryAnalyzer . getTxtExecutionPlan ( ' query' , { disableHeader : true } ) ; // $ExpectType string
4+ QueryAnalyzer . getHtmlExecutionPlan ( ' query' , { disableHeader : true } ) ; // $ExpectType string
55
66function getVersion ( ) : string {
7- return "71 .0.205" ;
7+ return '72 .0.1' ;
88}
99getVersion ( ) ; // $ExpectType string
Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "name" : " @types/nginstack__dev-tools" ,
4- "version" : " 71 .0.9999" ,
4+ "version" : " 72 .0.9999" ,
55 "projects" : [
66 " https://dev.azure.com/nginstack/nginstack"
77 ],
You can’t perform that action at this time.
0 commit comments