# @codemod/parser

> Wrapper around @babel/parser that allows parsing everything.

Latest version **1.4.1** (published 2023-04-28) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @codemod/parser
pnpm add @codemod/parser
yarn add @codemod/parser
bun add @codemod/parser
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.1 |
| Published | 2023-04-28 |
| First published | 2019-08-03 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 25.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 435 |
| Author | Brian Donovan |
| Maintainers | eventualbuddha, codemod-bot |

## Links

- npm: https://www.npmjs.com/package/@codemod/parser
- Repository: https://github.com/codemod-js/codemod
- Homepage: https://github.com/codemod-js/codemod#readme
- Issues: https://github.com/codemod-js/codemod/issues
- npm.io page: https://npm.io/package/@codemod/parser

## Dependencies (1)

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

## Recent versions

- 1.4.1 (latest) — 2023-04-28
- 1.4.0 — 2023-02-18
- 1.3.0 — 2023-02-17
- 1.2.1 — 2021-11-14
- 1.2.0 — 2021-11-12
- 1.1.1 — 2021-08-19
- 1.1.0 — 2020-11-10
- 1.0.7 — 2020-03-25
- 1.0.6 — 2020-01-13
- 1.0.5 — 2019-12-16
- 1.0.4 — 2019-10-23
- 1.0.3 — 2019-08-09
- 1.0.2 — 2019-08-09
- 1.0.1 — 2019-08-07
- 1.0.0 — 2019-08-03

## README

# @codemod/parser

Wrapper around `@babel/parser` that allows parsing everything.

## Install

Install from [npm](https://npmjs.com/):

```sh
$ npm install @codemod/parser
```

## Usage

```ts
import { parse } from '@codemod/parser'

console.log(parse('a ?? b').program.body[0].expression.operator) // '??'
```

## Contributing

See [CONTRIBUTING.md](../../CONTRIBUTING.md) for information on setting up the project for development and on contributing to the project.

## License

Copyright 2019 Brian Donovan

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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