mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 12:20:04 +02:00
10 lines
196 B
Markdown
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
|
|
```
|