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
npm run format
...
[error] src/routes/foo.svelte: Error: unknown node type: ConstTag
[error] at Object.print (/home/blah/blah/node_modules/prettier-plugin-svelte/plugin.js:1328:11)
[error] at callPluginPrintFunction (/home/blah/blah/node_modules/prettier/index.js:14259:21)
The text was updated successfully, but these errors were encountered:
Svelte's latest release added
@const
to the template syntax. This plugin doesn't understand the new syntax and errors out.https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md#3460
The text was updated successfully, but these errors were encountered: