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
In addition to the trace points introduced in #40063, we've had requests for optional tracing of
inferTypesFrom
invokeOnce
getAccessibleSymbolChain
typeToTypeNode
getIntersectionType
getUnionType
instantiateType
As a result, we will also require a mechanism for indicating which are active in any given run. (Consider mimicking the format used by the debug package.) However, the default should probably remain similar to what's in #40063 since performance analysis is the primary use case.
The text was updated successfully, but these errors were encountered:
Search Terms
Tracing, Logging
Suggestion
In addition to the trace points introduced in #40063, we've had requests for optional tracing of
As a result, we will also require a mechanism for indicating which are active in any given run. (Consider mimicking the format used by the
debug
package.) However, the default should probably remain similar to what's in#40063
since performance analysis is the primary use case.The text was updated successfully, but these errors were encountered: