StellateHQ / fuse

Fuse: The fastest way to build and query great APIs with TypeScript

Home Page:https://fusedata.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

snlaight opened this issue · comments

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

  • TypeScript Version: 5.3.3
  • Create Fuse App version: 0.5.0