Files
30-seconds-of-code/node_modules/babel-helper-mark-eval-scopes/README.md
2019-08-20 15:52:05 +02:00

10 lines
196 B
Markdown

# babel-helper-mark-eval-scopes
Traverse through input path and mark all scopes that contain Direct eval (`eval("")`) calls.
## Installation
```sh
npm install babel-helper-mark-eval-scopes
```