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
* Regular expression to match variable declarations with interface types like "declare var ctor: Int32Vector;" (captures variable name and interface name).
55
-
*
56
-
* @type {RegExp}
57
-
*/
35
+
// Regular expression to match variable declarations with interface types such as "declare var ctor: Int32Vector;" (captures variable name and interface name):
0 commit comments