Skip to content

Commit a7b0f7e

Browse files
committed
TS: upgrade script, version string, stats
1 parent 3ed9575 commit a7b0f7e

File tree

5 files changed

+2188
-1
lines changed

5 files changed

+2188
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public class Main {
4141
* such a way that it may produce different tuples for the same file under the same
4242
* {@link ExtractorConfig}.
4343
*/
44-
public static final String EXTRACTOR_VERSION = "2019-09-01";
44+
public static final String EXTRACTOR_VERSION = "2019-14-01";
4545

4646
public static final Pattern NEWLINE = Pattern.compile("\n");
4747

javascript/ql/src/semmlecode.javascript.dbscheme.stats

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,10 @@
814814
<v>100</v>
815815
</e>
816816
<e>
817+
<k>@bigintliteraltypeexpr</k>
818+
<v>100</v>
819+
</e>
820+
<e>
817821
<k>@generictypeexpr</k>
818822
<v>5220</v>
819823
</e>
@@ -974,6 +978,14 @@
974978
<v>100</v>
975979
</e>
976980
<e>
981+
<k>@biginttype</k>
982+
<v>100</v>
983+
</e>
984+
<e>
985+
<k>@bigintliteraltype</k>
986+
<v>100</v>
987+
</e>
988+
<e>
977989
<k>@uniquesymboltype</k>
978990
<v>100</v>
979991
</e>

0 commit comments

Comments
 (0)