@razors/babel-plugin-safe-object

// following situations will not transform

Usage no npm install needed!

<script type="module">
  import razorsBabelPluginSafeObject from 'https://cdn.skypack.dev/@razors/babel-plugin-safe-object';
</script>

README

babel-plugin-safe-object

install

exclude


// following situations will not transform

// system function
console.log()
// this
this.x.y
// UpdateExpression
x.y.z++