Skip to content

Commit cddc9db

Browse files
committed
change back to the old order of extracting externs before Xml
1 parent 6620ba8 commit cddc9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,10 @@ public int run() throws IOException {
447447
startThreadPool();
448448
try {
449449
extractSource();
450-
extractXml();
451450
if (hasSeenCode()) { // don't bother with the externs if no code was seen
452451
extractExterns();
453452
}
453+
extractXml();
454454
} finally {
455455
shutdownThreadPool();
456456
}

0 commit comments

Comments
 (0)