Skip to content
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

fix(slow-types): improved exports tracing and infer type literals in as exprs #22849

Merged
merged 4 commits into from Mar 12, 2024

Conversation

@@ -837,7 +837,9 @@ async fn build_and_check_graph_for_publish(
colors::yellow("Warning"),
);
Ok(Arc::new(graph))
} else if std::env::var("DENO_INTERNAL_FAST_CHECK_OVERWRITE").is_ok() {
} else if std::env::var("DENO_INTERNAL_FAST_CHECK_OVERWRITE").as_deref()
== Ok("1")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this because it makes it easier to turn on and off during debugging in powershell (because it crazily doesn't have a way to set an env var for a single command)

@dsherret dsherret marked this pull request as draft March 11, 2024 23:09
@dsherret dsherret marked this pull request as ready for review March 12, 2024 17:17
@dsherret dsherret enabled auto-merge (squash) March 12, 2024 17:18
@dsherret dsherret merged commit c10d96c into denoland:main Mar 12, 2024
17 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants