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 72132d7 commit de636ddCopy full SHA for de636dd
tests/parsing-extensions/eval-package/main.js
@@ -1,4 +1,4 @@
1
-module.exports = (options) => (value, [[, key]]) => {
+module.exports = (options) => (value, [, key]) => {
2
if (key === '$eval') {
3
if (typeof value === 'string') {
4
return (parse) => parse(eval(value), { shouldFlatten: true });
0 commit comments