# @babel/plugin-syntax-dynamic-import

> Allow parsing of import()

Latest version **7.8.3** (published 2020-01-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install @babel/plugin-syntax-dynamic-import
pnpm add @babel/plugin-syntax-dynamic-import
yarn add @babel/plugin-syntax-dynamic-import
bun add @babel/plugin-syntax-dynamic-import
```

## Health

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

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

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.8.3 |
| Published | 2020-01-13 |
| First published | 2017-10-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 2.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43995 |
| Maintainers | danez, developit, existentialism, hzoo, loganfsmyth, nicolo-ribaudo |
| Keywords | babel-plugin |

## Links

- npm: https://www.npmjs.com/package/@babel/plugin-syntax-dynamic-import
- Repository: https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-dynamic-import
- npm.io page: https://npm.io/package/@babel/plugin-syntax-dynamic-import

## Dependencies (1)

- [@babel/helper-plugin-utils](https://npm.io/package/@babel/helper-plugin-utils.md) ^7.8.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 7.8.3 (latest) — 2020-01-13
- 7.8.0 — 2020-01-12
- 7.7.4 — 2019-11-22
- 7.2.0 — 2018-12-03
- 7.0.0 — 2018-08-27
- 7.0.0-rc.4 — 2018-08-27
- 7.0.0-rc.3 — 2018-08-24
- 7.0.0-rc.2 — 2018-08-21
- 7.0.0-rc.1 — 2018-08-09
- 7.0.0-rc.0 — 2018-08-09
- 7.0.0-beta.56 — 2018-08-04
- 7.0.0-beta.55 — 2018-07-28
- 7.0.0-beta.54 — 2018-07-16
- 7.0.0-beta.53 — 2018-07-11
- 7.0.0-beta.52 — 2018-07-06
- … 23 more at https://npm.io/package/@babel/plugin-syntax-dynamic-import/versions

## README

# @babel/plugin-syntax-dynamic-import

> Allow parsing of import()

See our website [@babel/plugin-syntax-dynamic-import](https://babeljs.io/docs/en/next/babel-plugin-syntax-dynamic-import.html) for more information.

## Install

Using npm:

```sh
npm install --save-dev @babel/plugin-syntax-dynamic-import
```

or using yarn:

```sh
yarn add @babel/plugin-syntax-dynamic-import --dev
```

---
_Source: https://npm.io/package/@babel/plugin-syntax-dynamic-import · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
