# @babel/helper-environment-visitor

> Helper visitor to only visit nodes in the current 'this' context

Latest version **7.24.7** (published 2024-06-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install @babel/helper-environment-visitor
pnpm add @babel/helper-environment-visitor
yarn add @babel/helper-environment-visitor
bun add @babel/helper-environment-visitor
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: esm support; no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.24.7 |
| Published | 2024-06-05 |
| First published | 2021-12-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=6.9.0 |
| Dependencies | 1 |
| Unpacked size | 6.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44000 |
| Author | The Babel Team (https://babel.dev/team) |
| Maintainers | hzoo, existentialism, nicolo-ribaudo, jlhwung |

## Links

- npm: https://www.npmjs.com/package/@babel/helper-environment-visitor
- Repository: https://github.com/babel/babel
- Homepage: https://babel.dev/docs/en/next/babel-helper-environment-visitor
- npm.io page: https://npm.io/package/@babel/helper-environment-visitor

## Dependencies (1)

- [@babel/types](https://npm.io/package/@babel/types.md) ^7.24.7

## Recent versions

- 7.24.7 (latest) — 2024-06-05
- 8.0.0-alpha.11 (next) — 2024-06-07
- 7.21.4-esm.4 (esm) — 2023-04-04
- 8.0.0-alpha.10 — 2024-06-04
- 8.0.0-alpha.9 — 2024-06-03
- 7.24.6 — 2024-05-24
- 8.0.0-alpha.8 — 2024-04-04
- 8.0.0-alpha.7 — 2024-02-28
- 8.0.0-alpha.6 — 2024-01-26
- 8.0.0-alpha.5 — 2023-12-11
- 8.0.0-alpha.4 — 2023-10-12
- 8.0.0-alpha.3 — 2023-09-26
- 7.22.20 — 2023-09-16
- 8.0.0-alpha.2 — 2023-08-09
- 8.0.0-alpha.1 — 2023-07-24
- … 13 more at https://npm.io/package/@babel/helper-environment-visitor/versions

## README

# @babel/helper-environment-visitor

> Helper visitor to only visit nodes in the current 'this' context

See our website [@babel/helper-environment-visitor](https://babeljs.io/docs/babel-helper-environment-visitor) for more information.

## Install

Using npm:

```sh
npm install --save @babel/helper-environment-visitor
```

or using yarn:

```sh
yarn add @babel/helper-environment-visitor
```

---
_Source: https://npm.io/package/@babel/helper-environment-visitor · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
