babel plugin private 下划线:使用符号使_classMembers为“ private” 源码
babel-plugin-私人下划线 使用符号使_classMembers为“私有” 安装 yarn add --dev babel-plugin-private-underscores 例 输入值 class Foo { constructor ( ) { this . _method ( ) ; } _method ( ) { // ... } } 输出量 let _method = Symbol ( '_method' ) ; class Foo { constructor ( ) { this [ _method ] ( ) ; }
文件列表
babel-plugin-private-underscores-master.zip
(预估有个9文件)
babel-plugin-private-underscores-master
.travis.yml
144B
index.js
1KB
test.js
3KB
.flowconfig
58B
package.json
680B
LICENSE
1KB
.gitignore
19B
README.md
617B
yarn.lock
90KB
暂无评论