Skip to content

JS: Hoist function declarations to the top of a block statement #18661

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Feb 6, 2025
Prev Previous commit
Next Next commit
JS: Bump extractor version string
  • Loading branch information
asgerf committed Feb 3, 2025
commit 427e329363af5a526fa2a9bc267b7aad09b21186
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class Main {
* A version identifier that should be updated every time the extractor changes in such a way that
* it may produce different tuples for the same file under the same {@link ExtractorConfig}.
*/
public static final String EXTRACTOR_VERSION = "2025-01-21";
public static final String EXTRACTOR_VERSION = "2025-02-03";

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

Expand Down