doc.yeswiki.pro/node_modules/@babel/parser
2023-05-20 19:38:02 +03:00
..
bin initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
lib initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
typings initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
CHANGELOG.md initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
index.cjs initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
LICENSE initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
package.json initial vitepress site with basic nav 2023-05-20 19:38:02 +03:00
README.md initial vitepress site with basic nav 2023-05-20 19:38:02 +03: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