Sven SAULEAU b445b79734 Refactor move docs (#8108) 6 years ago
..
src 34d73ebef0 Correct update expression Number coercion (#7766) 6 years ago
.npmignore 9dfcf0f116 Split the simple-access transforms out of the module transform into a general helper. 6 years ago
README.md b445b79734 Refactor move docs (#8108) 6 years ago
package.json 90566103a6 v7.0.0-beta.49 6 years ago

README.md

@babel/helper-simple-access

Babel helper for ensuring that access to a given value is performed through simple accesses

See our website @babel/helper-simple-access for more information.

Install

Using npm:

npm install --save @babel/helper-simple-access

or using yarn:

yarn add --save @babel/helper-simple-access