persona-community-5/.pnpm-store/v3/files/ed/2d14c79ba9078ee536860ce3663a5d8d985d7efa20918e77d1952743636c20062d5774f99e0bb5a119a503813c6987c66a069912e0ac1213e0395e9527e86b
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

20 lines
334 B
Plaintext

# @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/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
```