eval-estree-expression icon indicating copy to clipboard operation
eval-estree-expression copied to clipboard

Safely evaluate JavaScript (estree) expressions, sync and async.

Results 2 eval-estree-expression issues
Sort by recently updated
recently updated
newest added

Does this only work on nodejs? I'm getting an error while trying to compile. Uncaught Error: Cannot find module 'util' at webpackMissingModule (content.js:11081:83) at ../node_modules/eval-estree-expression/lib/inspect.js (content.js:11081:162) at __webpack_require__ (content.js:22203:41) at...

Hi there, Is it possible to add toplevel await? Right now babel says the following, so im not sure if its supported: ``` await' is only allowed within async functions...