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
My issue appears very similar to #829. I'd like to type the webidl2.js AST. Some of the AST nodes include a static property. When I try to type this with Flow, e.g.
Hi,
My issue appears very similar to #829. I'd like to type the webidl2.js AST. Some of the AST nodes include a
static
property. When I try to type this with Flow, e.g.I get the following error.
Moreover, disabling
module.use_strict
does not appear to have any affect.The text was updated successfully, but these errors were encountered: