StellateHQ / fuse

Fuse: The fastest way to build and query great APIs with TypeScript
https://fusedata.dev
MIT License
543 stars 13 forks source link

Bug: type in create-fuse-app doesn't modify next.config.mjs #141

Closed snlaight closed 7 months ago

snlaight commented 7 months ago

Description

I've encountered a typo in the custom Babel plugin provided by the Fuse project create-fuse-app. The typo occurs in the ExportDefaultDeclaration visitor function where t.callExprssion is used instead of the correct method name t.callExpression. This typo prevents the plugin from correctly transforming the default export declaration in ES module files. CleanShot 2024-02-05 at 13 51 29@2x

Versions