You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Get the preceding typecheck state of a slot, WITH checking if it is up-to-date w.r.t. However, files will not be parsed or checked.
196
-
/// the timestamps on files and referenced DLLs prior to this one. Return None if the result is not available or if it is not up-to-date.
197
+
/// Get the preceding typecheck state of a slot, WITH checking if it is up-to-date w.r.t. the timestamps of files and referenced DLLs prior to this one.
198
+
/// However, files will not be parsed or checked.
199
+
/// Return None if the result is not available or if it is not up-to-date.
197
200
///
198
201
/// This is safe for use from non-compiler threads but the objects returned must in many cases be accessed only from the compiler thread.
0 commit comments