babel-helper-simple-access
Babel helper for ensuring that access to a given value is performed through simple accesses
Last updated 8 years ago by hzoo .
MIT · Repository · Original npm
$ cnpm install babel-helper-simple-access 
SYNC missed versions from official npm registry.

babel-helper-simple-assignment

There are many cases where it is hard to perform transformations because a piece of code is using complex structures. Say you want to rewrite all accesses to a given variable, and there are cases like

i += 1
--i;

It is difficult to work with.

This helper can handle converting these to simple access patterns of standard assignment. This plugin does not handle

{ a } = foo;

so assignment to patterns still needs to be handled when you are processing updates to values.

Usage

TODO

Current Tags

  • 7.0.0-beta.3                                ...           latest (8 years ago)
  • 7.0.0-beta.3                                ...           next (8 years ago)

1 Versions

  • 7.0.0-beta.3                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (3)
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org