Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / code-frame / README.md
1 # @babel/code-frame
2
3 > Generate errors that contain a code frame that point to source locations.
4
5 See our website [@babel/code-frame](https://babeljs.io/docs/en/babel-code-frame) for more information.
6
7 ## Install
8
9 Using npm:
10
11 ```sh
12 npm install --save-dev @babel/code-frame
13 ```
14
15 or using yarn:
16
17 ```sh
18 yarn add @babel/code-frame --dev
19 ```