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
For some reason Windows is throwing an error when converting a FunctionDeclaration to a FunctionExpression, while this is perfectly working (as expected) on Linux.
For some reason Windows is throwing an error when converting a
FunctionDeclaration
to aFunctionExpression
, while this is perfectly working (as expected) on Linux.As @mcansh pointed out in remix-run/remix#3987 (comment), the origin of this problem is coming from
ast-types
https://github.com/benjamn/ast-types/blob/master/lib/types.ts#L656-L658
AST Explorer example (which is failing as well): https://astexplorer.net/#/gist/31f7305e1a29c0565f6efb13709e93a8/latest
CC/ @Daniel15 @ElonVolo @trivikr
The text was updated successfully, but these errors were encountered: