mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
add dbscheme upgrade script
This commit is contained in:
@@ -6,4 +6,4 @@ query predicate test_TupleTypeExpr(TupleTypeExpr type, int n, int res0, TypeExpr
|
||||
|
||||
query predicate test_TupleTypeElementName(TupleTypeExpr type, int n, string name) {
|
||||
name = type.getElementName(n)
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: add support for TypeScript 4.0
|
||||
compatibility: backwards
|
||||
Reference in New Issue
Block a user