babel plugin transform rename properties:Babel插件用于重命名JavaScript属性 源码
babel-plugin-transform-rename-properties 重命名JavaScript属性。 安装 $ yarn add --dev babel-plugin-transform-rename-properties 例 输入文件: const obj = { foo : { bar : 1 } , quux ( ) { return 2 ; } } ; const { foo } = obj ; function quux ( obj ) { return obj . foo . bar + obj . quux ( ) ; }
文件列表
babel-plugin-transform-rename-properties-master.zip
(预估有个11文件)
babel-plugin-transform-rename-properties-master
.github
workflows
tests.yml
485B
yarn.lock
69KB
.eslintrc.js
333B
.npmignore
12B
LICENSE
1KB
test
.eslintrc.js
53B
暂无评论