Urara-Blog/node_modules/.pnpm-store/v3/files/ef/eb4b6e23f3b5db8973e75a10b0f89fa823f7432851250cd584dba00f83bec121d82a6503d580708f75b545e2b0d7a0995bfa330c3b4eba7e6d2d783dc3bccc
2022-08-14 01:14:53 +08:00

19 lines
445 B
Text

# @babel/plugin-transform-property-literals
> Ensure that reserved words are quoted in object property keys
See our website [@babel/plugin-transform-property-literals](https://babeljs.io/docs/en/babel-plugin-transform-property-literals) for more information.
## Install
Using npm:
```sh
npm install --save-dev @babel/plugin-transform-property-literals
```
or using yarn:
```sh
yarn add @babel/plugin-transform-property-literals --dev
```