File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ lgtm,codescanning
2+ * TypeScript 4.4 is now supported.
Original file line number Diff line number Diff line change 22 "name" : " typescript-parser-wrapper" ,
33 "private" : true ,
44 "dependencies" : {
5- "typescript" : " 4.3.5 "
5+ "typescript" : " 4.4.2 "
66 },
77 "scripts" : {
88 "build" : " tsc --project tsconfig.json" ,
Original file line number Diff line number Diff line change 66 version "12.7.11"
77 resolved node-12.7.11.tgz#be879b52031cfb5d295b047f5462d8ef1a716446
88
9- typescript@4.3.5 :
10- version "4.3.5 "
11- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.5 .tgz#4d1c37cc16e893973c45a06886b7113234f119f4 "
12- integrity sha512-DqQgihaQ9cUrskJo9kIyW/+g0Vxsk8cDtZ52a3NGh0YNTfpUSArXSohyUGnvbPazEPLu398C0UxmKSOrPumUzA ==
9+ typescript@4.4.2 :
10+ version "4.4.2 "
11+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2 .tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86 "
12+ integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ ==
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class Main {
4343 * A version identifier that should be updated every time the extractor changes in such a way that
4444 * it may produce different tuples for the same file under the same {@link ExtractorConfig}.
4545 */
46- public static final String EXTRACTOR_VERSION = "2021-07-28 " ;
46+ public static final String EXTRACTOR_VERSION = "2021-09-01 " ;
4747
4848 public static final Pattern NEWLINE = Pattern .compile ("\n " );
4949
You can’t perform that action at this time.
0 commit comments