File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public class Main {
43
43
* A version identifier that should be updated every time the extractor changes in such a way that
44
44
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
45
45
*/
46
- public static final String EXTRACTOR_VERSION = "2022-05-24 " ;
46
+ public static final String EXTRACTOR_VERSION = "2022-06-08 " ;
47
47
48
48
public static final Pattern NEWLINE = Pattern .compile ("\n " );
49
49
@@ -153,7 +153,7 @@ public void run(String[] args) {
153
153
ensureFileIsExtracted (file , ap );
154
154
}
155
155
}
156
-
156
+
157
157
TypeScriptParser tsParser = extractorState .getTypeScriptParser ();
158
158
tsParser .setTypescriptRam (extractorConfig .getTypeScriptRam ());
159
159
if (containsTypeScriptFiles ()) {
@@ -460,7 +460,7 @@ private static TypeScriptMode getTypeScriptMode(ArgsParser ap) {
460
460
if (ap .has (P_TYPESCRIPT )) return TypeScriptMode .BASIC ;
461
461
return TypeScriptMode .NONE ;
462
462
}
463
-
463
+
464
464
private Path inferSourceRoot (ArgsParser ap ) {
465
465
List <File > files = getFilesArg (ap );
466
466
Path sourceRoot = files .iterator ().next ().toPath ().toAbsolutePath ().getParent ();
You can’t perform that action at this time.
0 commit comments