TS: upgrade script, version string, stats

This commit is contained in:
Asger F
2019-01-14 18:15:02 +00:00
parent 3ed9575529
commit a7b0f7e2ce
5 changed files with 2188 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ public class Main {
* such a way that it may produce different tuples for the same file under the same
* {@link ExtractorConfig}.
*/
public static final String EXTRACTOR_VERSION = "2019-09-01";
public static final String EXTRACTOR_VERSION = "2019-14-01";
public static final Pattern NEWLINE = Pattern.compile("\n");

View File

@@ -814,6 +814,10 @@
<v>100</v>
</e>
<e>
<k>@bigintliteraltypeexpr</k>
<v>100</v>
</e>
<e>
<k>@generictypeexpr</k>
<v>5220</v>
</e>
@@ -974,6 +978,14 @@
<v>100</v>
</e>
<e>
<k>@biginttype</k>
<v>100</v>
</e>
<e>
<k>@bigintliteraltype</k>
<v>100</v>
</e>
<e>
<k>@uniquesymboltype</k>
<v>100</v>
</e>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: add support for TypeScript 3.2
compatibility: backwards