Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

espower-location-detector

twada344.8kMIT2.0.0

AST source location detection helper for power-assert

ast, estree, sourcemaps

readme

espower-location-detector

AST source location detection helper for power-assert

Build Status NPM version Code Style License

DESCRIPTION

espower-location-detector is a AST source location detection helper for power-assert, intended to be used by espower and babel-plugin-espower.

INSTALL

$ npm install espower-location-detector

AUTHOR

SUPPORT POLICY

Node under maintenance is supported.

NOTE: If espower-location-detector works in any of the unsupported environments, it is purely coincidental and has no bearing on future compatibility. Use at your own risk.

LICENSE

Licensed under the MIT license.

changelog

2.0.0 (2019-02-15)

Features

Breaking Changes

  • Old Node versions and browsers are not supported.

1.0.0 (2016-12-31)

Chores

  • The first stable release

0.1.2 (2016-02-10)

Bug Fixes

  • dealing with incoming empty SourceMap (6f45640f)

0.1.1 (2015-12-31)

Bug Fixes

  • mark lib dir to be distributed (ca23cce1)

0.1.0 (2015-12-31)

Features

  • initial release (extract espower-location-detector from espower)