semblance/node_modules/@babel/parser
2025-12-19 19:26:16 +00:00
..
bin initial commit 2025-08-04 09:07:59 -05:00
lib changed permissions 2025-12-19 19:26:16 +00:00
typings changed permissions 2025-12-19 19:26:16 +00:00
CHANGELOG.md changed permissions 2025-12-19 19:26:16 +00:00
index.cjs changed permissions 2025-12-19 19:26:16 +00:00
LICENSE changed permissions 2025-12-19 19:26:16 +00:00
package.json changed permissions 2025-12-19 19:26:16 +00:00
README.md changed permissions 2025-12-19 19:26:16 +00:00

@babel/parser

A JavaScript parser

See our website @babel/parser for more information or the issues associated with this package.

Install

Using npm:

npm install --save-dev @babel/parser

or using yarn:

yarn add @babel/parser --dev