Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

babel-helper-mark-eval-scopes

babel1.4mMIT0.4.3

Mark scopes for deopt which contain a direct eval call

babel-minify, babel-plugin

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