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
(node:44456) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
{ hello: 'world', address: { street: 123 } }
undefined
Just putting the demo code after adding the dependency in package.json, result.pointers is undefined.
Context
Current Behavior
It gives undefined
Expected Behavior
It should have a source map with multiple paths
Possible Workaround/Solution
Steps to Reproduce
node ./sample.mjs
Environment
The text was updated successfully, but these errors were encountered: