@razors/babel-plugin-safe-object
v0.0.1-alpha.6
Published
## install
Downloads
8
Readme
babel-plugin-safe-object
install
exclude
// following situations will not transform
// system function
console.log()
// this
this.x.y
// UpdateExpression
x.y.z++