Urara-Blog/node_modules/.pnpm-store/v3/files/2c/e99e384f06c535e1a44d5b5f66654aa51d63b4bbdfe2a85580f7e219baf43317be9e15cff927dc7f0c2b9ca7934f268d0e1374920022052175faa03c27afce
2022-08-14 01:14:53 +08:00

19 lines
441 B
Text

# @babel/plugin-syntax-json-strings
> Allow parsing of the U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
See our website [@babel/plugin-syntax-json-strings](https://babeljs.io/docs/en/next/babel-plugin-syntax-json-strings.html) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-syntax-json-strings
```
or using yarn:
```sh
yarn add @babel/plugin-syntax-json-strings --dev
```