#908765 RFP: node-babel-preset-es2016-node5 -- Node@5 has great ES2015 support, this module just adds missing features

#908765#5
Date:
2018-09-13 14:53:38 UTC
From:
To:
* Package name    : node-babel-preset-es2016-node5
  Version         : 1.1.2
  Upstream Author : Aleksey Kulikov <alekseykulikov@me.com>
* URL             : https://notabug.org/themusicgod1/babel-preset-es2016-node5
* License         : MIT
  Programming Lang: javascsript
  Description     : ES2015/2016 features for node

This module is a small NPM/node module that serves as a kind of metapackage
for adding features missing for missing features in ES2015/2016.  It is a dependency of
mist ( #827314 ).

#908765#10
Date:
2018-09-13 15:00:35 UTC
From:
To:
From npmjs ( https://www.npmjs.com/package/babel-preset-es2016-node5/v/1.1.2
) :

Dependencies (9)

babel-plugin-syntax-async-functions
babel-plugin-syntax-async-generators
babel-plugin-transform-async-to-generator
babel-plugin-transform-es2015-destructuring
babel-plugin-transform-es2015-modules-commonjs
babel-plugin-transform-es2015-parameters
babel-plugin-transform-es2015-spread
babel-plugin-transform-es2015-sticky-regex
babel-plugin-transform-es2015-unicode-regex

Dev Dependencies (6)

babel-core
babel-eslint
chai
eslint
eslint-config-airbnb
mocha

#908765#19
Date:
2019-04-02 01:26:31 UTC
From:
To:
in package ~/node-babel-6.26.0+dfsg/packages/
there's already a node-babel-preset-es2016
node5 seems to be specifically for nodejs v5 which is a few versions ago
i'm thinking this may not be necessary after all

#908765#24
Date:
2025-01-18 20:34:38 UTC
From:
To:
themusicgod1@eva2:~$ apt-cache search babel-plugin-transform-async-to-generator
node-babel7 - Babel compiler for writing next generation JavaScript
themusicgod1@eva2:~$ apt-cache search babel-plugin-syntax-async-generators
node-babel7 - Babel compiler for writing next generation JavaScript

i'm guessing this means that node-babel7 has those two plugins already(?)
that leaves

babel-plugin-syntax-async-functions yet to be accounted for

jeff cliff