mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
9 lines
196 B
Markdown
9 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
|
|
```
|