Urara-Blog/node_modules/.pnpm-store/v3/files/ea/6ab8fc1aa199c0dc2429da1246c012acdc04e7a483025ccd2e9185411bc3626fa834b7ccee03552719165204a60df251f38bfce5874999476b71c4c716e040
2022-08-14 01:14:53 +08:00

19 lines
337 B
Text

# @babel/code-frame
> Generate errors that contain a code frame that point to source locations.
See our website [@babel/code-frame](https://babeljs.io/docs/en/babel-code-frame) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/code-frame
```
or using yarn:
```sh
yarn add @babel/code-frame --dev
```