We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe20bc commit c32adb0Copy full SHA for c32adb0
packages/gatsby/src/bootstrap/__tests__/__snapshots__/resolve-module-exports.ts.snap
@@ -3,7 +3,7 @@
3
exports[`Resolve module exports Show meaningful error message for invalid JavaScript 1`] = `
4
Array [
5
"Syntax error in \\"/bad/file\\":
6
-'Const declarations' require an initialization value. (1:13)
+Missing initializer in const declaration. (1:13)
7
> 1 | const exports.blah = () = }}}
8
| ^",
9
]
0 commit comments