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
/** Holds if `base` is a use-node that flows to the decorator expression of the given decorator. */
@@ -1266,31 +1258,19 @@ module API {
1266
1258
/** Default statue; the tracked value has not been through any steps related to promisification. */
1267
1259
TNotPromisified()or
1268
1260
/** The tracked value is a function that has been through promisification. */
1269
-
TPromisifiedFunction()or
1270
-
/** The tracked value is returned from a call to a promisified function, i.e. it is a promise resolving the value that eventually gets passed to a callback. */
0 commit comments