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
Hate to be a party pooper but started using 1.3.1 and I'm now seeing "don't know how to turn this value into a node" from babel for one of my svelte files.
/home/juzerzarif/Documents/terra-wdio-helper/src/webview-ui/common/NoResource.svelte: don't know how to turn this value into a node
at valueToNode (node_modules/@babel/types/lib/converters/valueToNode.js:90:9)
at Object.valueToNode (node_modules/@babel/types/lib/converters/valueToNode.js:84:58)
at Object.exit (node_modules/istanbul-lib-instrument/dist/visitor.js:641:30)
at PluginPass.exit (node_modules/babel-plugin-istanbul/lib/index.js:158:38)
at newFn (node_modules/@babel/traverse/lib/visitors.js:175:21)
at NodePath._call (node_modules/@babel/traverse/lib/path/context.js:55:20)
at NodePath.call (node_modules/@babel/traverse/lib/path/context.js:42:17)
at NodePath.visit (node_modules/@babel/traverse/lib/path/context.js:101:8)
at TraversalContext.visitQueue (node_modules/@babel/traverse/lib/context.js:116:16)
at TraversalContext.visitSingle (node_modules/@babel/traverse/lib/context.js:85:19)
This is the value that valueToNode receives as argument:
Will try to look more into exactly why this file fails and none of the other ones do when I get the time, any help troubleshooting is appreciated!
The text was updated successfully, but these errors were encountered:
X-posted from #28:
Hate to be a party pooper but started using 1.3.1 and I'm now seeing "don't know how to turn this value into a node" from babel for one of my svelte files.
Here's the svelte file
Error stack trace
This is the value that valueToNode receives as argument:
Will try to look more into exactly why this file fails and none of the other ones do when I get the time, any help troubleshooting is appreciated!
The text was updated successfully, but these errors were encountered: