0.2.0 • Published 8 years ago

racer-dereference-enhancements v0.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

racer-dereference-enhancements

Racer/Derby plugin for enhanced deference functionality

How to use

After adding the plugin:

derby.use(require('racer-dereference-enhancements'));

Use it according to it's expanded API, see below:

API

/**

  • Dereferences the path.
  • @param {String} subpath - A subpath to append to the current scope
  • @param {Number} levels - The number of levels of dereferencing to do. Default: Dereference all the way to the original path.
  • @param {Object} options - An options object.
  • @param {Boolean} options.forArrayMutator - If derefence should traverse refLists on the refList array level
  • @param {RefList} options.ignore - A refList to ignore when traversing */
0.2.0

8 years ago

0.1.0

8 years ago