#907780 RFP: node-babel-helper-is-nodes-equiv -- babel node equivalence helper function

#907780#5
Date:
2018-09-01 21:20:37 UTC
From:
To:
* Package name    : node-babel-helper-is-nodes-equiv
  Version         : 0.0.1
  Upstream Author : Amjad Masad
* URL             : https://cnpmjs.org/package/babel-helper-is-nodes-equiv
* License         : MIT
  Programming Lang: javascript
  Description     : babel node equivalence helper function

Hard to imagine why something so small would be its own separate package, but
so it is.  It's a single function, an 'equiv' that takes 2 nodes and compares
them, and some assumed internally shared internal structure.

( this package is a prerequisite for meteor and 2 other node packages )

#907780#12
Date:
2018-11-10 23:39:49 UTC
From:
To:
Hi!

I've packaged babel-minify for babel-helpers. Packaging is at

https://salsa.debian.org/js-team/babel-minify

This package, babel-helper-is-nodes-equiv, is missing from upstream. It
is possible to acquire it from npm but upstream removed it from there
repository. See babel-minify's CHANGELOG.md

    ## Babili v0.0.9: Changelog for 2016-11-21
    (...)
    - babel-helper-is-nodes-equiv: (removed)

Is this package necessary for e.g. meteor?