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
When calling js.exports.createNamed with an AST that contains an exported function declaration, an error occurs: TypeError: Cannot read properties of undefined (reading '0')
When calling
js.exports.createNamedwith an AST that contains an exported function declaration, an error occurs:TypeError: Cannot read properties of undefined (reading '0')StackBlitz