babel-helper-mark-eval-scopes

Mark scopes for deopt which contain a direct eval call

Usage no npm install needed!

<script type="module">
  import babelHelperMarkEvalScopes from 'https://cdn.skypack.dev/babel-helper-mark-eval-scopes';
</script>

README

babel-helper-mark-eval-scopes

Traverse through input path and mark all scopes that contain Direct eval (eval("")) calls.

Installation

npm install babel-helper-mark-eval-scopes --save-dev