README
babel-plugin-safe-object
install
exclude
// following situations will not transform
// system function
console.log()
// this
this.x.y
// UpdateExpression
x.y.z++
// following situations will not transform
<script type="module">
import razorsBabelPluginSafeObject from 'https://cdn.skypack.dev/@razors/babel-plugin-safe-object';
</script>
// following situations will not transform
// system function
console.log()
// this
this.x.y
// UpdateExpression
x.y.z++