Skip to content

Commit

Permalink
Enable concurrent transpiler on Windows (#12915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner authored Jul 29, 2024
1 parent 0bbdd88 commit 8f8d396
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/feature_flags.zig
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ pub const export_star_redirect = false;

pub const streaming_file_uploads_for_http_client = true;

// TODO: fix concurrent transpiler on Windows
pub const concurrent_transpiler = !env.isWindows;
pub const concurrent_transpiler = true;

// https://github.com/oven-sh/bun/issues/5426#issuecomment-1813865316
pub const disable_auto_js_to_ts_in_node_modules = true;
Expand Down

0 comments on commit 8f8d396

Please sign in to comment.