[Pkg-javascript-devel] node-babel_6.25.0+dfsg1-3_source.changes ACCEPTED into unstable

Debian FTP Masters ftpmaster at ftp-master.debian.org
Thu Dec 14 19:36:31 UTC 2017



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 15 Dec 2017 00:30:15 +0530
Source: node-babel
Binary: node-babel-cli node-babel-code-frame node-babel-core node-babel-helpers node-babel-generator node-babel-messages node-babel-register node-babel-runtime node-babel-template node-babel-traverse node-babel-types node-babel-polyfill node-babel-plugin-transform-regenerator node-babel-plugin-transform-es3-member-expression-literals node-babel-plugin-transform-es3-property-literals node-babel-plugin-transform-jscript node-babel-plugin-transform-object-rest-spread node-babel-plugin-transform-strict-mode node-babel-plugin-transform-decorators node-babel-plugin-transform-exponentiation-operator node-babel-plugin-transform-async-to-generator node-babel-plugin-transform-runtime node-babel-plugin-transform-async-generator-functions node-babel-plugin-transform-class-properties node-babel-plugin-transform-export-extensions node-babel-plugin-transform-class-constructor-call node-babel-plugin-transform-function-bind node-babel-plugin-transform-do-expressions
 node-babel-plugin-transform-flow-strip-types node-babel-plugin-transform-react-jsx node-babel-plugin-transform-react-display-name node-babel-plugin-transform-react-jsx-source node-babel-plugin-transform-react-jsx-self node-babel-plugin-syntax-object-rest-spread node-babel-plugin-syntax-decorators node-babel-plugin-syntax-trailing-function-commas node-babel-plugin-syntax-exponentiation-operator node-babel-plugin-syntax-async-functions node-babel-plugin-syntax-async-generators node-babel-plugin-syntax-class-properties node-babel-plugin-syntax-dynamic-import node-babel-plugin-syntax-export-extensions node-babel-plugin-syntax-class-constructor-call node-babel-plugin-syntax-function-bind node-babel-plugin-syntax-do-expressions node-babel-plugin-syntax-flow node-babel-plugin-syntax-jsx node-babel-plugin-external-helpers node-babel-preset-es2015 node-babel-preset-es2016 node-babel-preset-react node-babel-preset-es2017 node-babel-preset-flow node-babel-preset-latest
 node-babel-preset-stage-3 node-babel-preset-stage-2 node-babel-preset-stage-1 node-babel-preset-stage-0 node-babel-helper-function-name node-babel-helper-get-function-arity node-babel-helper-replace-supers node-babel-helper-optimise-call-expression node-babel-helper-define-map node-babel-helper-regex node-babel-helper-call-delegate node-babel-helper-hoist-variables node-babel-helper-bindify-decorators node-babel-helper-explode-class node-babel-helper-explode-assignable-expression node-babel-helper-builder-binary-assignment-operator-visitor node-babel-helper-remap-async-to-generator
 node-babel-helper-builder-react-jsx
Architecture: source
Version: 6.25.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Changed-By: Pirate Praveen <praveen at debian.org>
Description:
 node-babel-cli - Babel command line
 node-babel-code-frame - generate errors that contain a code frame that point to source lo
 node-babel-core - Babel compiler core.
 node-babel-generator - Turns an AST into code.
 node-babel-helper-bindify-decorators - Helper function to bindify decorators
 node-babel-helper-builder-binary-assignment-operator-visitor - Helper function to build binary assignment operator visitors
 node-babel-helper-builder-react-jsx - Helper function to build react jsx
 node-babel-helper-call-delegate - Helper function to call delegate
 node-babel-helper-define-map - Helper function to define a map
 node-babel-helper-explode-assignable-expression - Helper function to explode assignable expressions
 node-babel-helper-explode-class - Helper function to explode classes
 node-babel-helper-function-name - Helper function to change the property 'name' of every function
 node-babel-helper-get-function-arity - Helper function to get function arity
 node-babel-helper-hoist-variables - Helper function to hoist variables
 node-babel-helper-optimise-call-expression - Helper function to optimise call expression
 node-babel-helper-regex - Helper function to check for literal RegEx
 node-babel-helper-remap-async-to-generator - Helper function to remap async functions to generators
 node-babel-helper-replace-supers - Helper function to replace supers
 node-babel-helpers - Collection of helper functions used by Babel transforms
 node-babel-messages - Collection of debug messages used by Babel.
 node-babel-plugin-external-helpers - helper functions that’ll be placed at the top of the generated co
 node-babel-plugin-syntax-async-functions - Allow parsing of async functions
 node-babel-plugin-syntax-async-generators - Allow parsing of async generators
 node-babel-plugin-syntax-class-constructor-call - Allow parsing of class constructor calls
 node-babel-plugin-syntax-class-properties - Allow parsing of class properties
 node-babel-plugin-syntax-decorators - Allow parsing of decorators
 node-babel-plugin-syntax-do-expressions - Allow parsing of do expressinos
 node-babel-plugin-syntax-dynamic-import - Allow parsing of import
 node-babel-plugin-syntax-exponentiation-operator - Allow parsing of the exponentiation operator
 node-babel-plugin-syntax-export-extensions - Allow parsing of export extensions
 node-babel-plugin-syntax-flow - Allow parsing of the flow syntax
 node-babel-plugin-syntax-function-bind - Allow parsing of function bind
 node-babel-plugin-syntax-jsx - Allow parsing of jsx
 node-babel-plugin-syntax-object-rest-spread - Allow parsing of object rest/spread
 node-babel-plugin-syntax-trailing-function-commas - Compile trailing function commas to ES5
 node-babel-plugin-transform-async-generator-functions - Convert async generator functions to ES2015 generators
 node-babel-plugin-transform-async-to-generator - Turn async functions into ES2015 generators
 node-babel-plugin-transform-class-constructor-call - Enable new.target in ES2015 classes
 node-babel-plugin-transform-class-properties - Compile additional export-from statements to ES2015
 node-babel-plugin-transform-decorators - Compile class and object decorators to ES5
 node-babel-plugin-transform-do-expressions - Compile do expressions to ES5
 node-babel-plugin-transform-es3-member-expression-literals - Ensure that reserved words are quoted in property accesses
 node-babel-plugin-transform-es3-property-literals - Ensure that reserved words are quoted in object property keys
 node-babel-plugin-transform-exponentiation-operator - Compile the exponentiation operator to ES5
 node-babel-plugin-transform-export-extensions - Compile ES2015/ES2016 class properties to ES5
 node-babel-plugin-transform-flow-strip-types - Strip flow type annotations from your output code
 node-babel-plugin-transform-function-bind - Compile the functino bind operator to ES5
 node-babel-plugin-transform-jscript - fix buggy JScript named function expressions
 node-babel-plugin-transform-object-rest-spread - Compile object rest and spread to ES5
 node-babel-plugin-transform-react-display-name - Add displayName to React.createClass calls
 node-babel-plugin-transform-react-jsx - Turn JSX into React function calls
 node-babel-plugin-transform-react-jsx-self - Add a __self prop to all JSX Elements
 node-babel-plugin-transform-react-jsx-source - Add a __source prop to all JSX Elements
 node-babel-plugin-transform-regenerator - Explode async and generator functions into a state machine
 node-babel-plugin-transform-runtime - Externalise references to helpers and builtins
 node-babel-plugin-transform-strict-mode - Enable strict mode for all files
 node-babel-polyfill - Provides polyfills necessary for a full ES2015+ environment
 node-babel-preset-es2015 - Babel preset for all es2015 plugins
 node-babel-preset-es2016 - Babel preset for all es2016 plugins
 node-babel-preset-es2017 - Babel preset for all es2017 plugins
 node-babel-preset-flow - Babel preset for all Flow plugins
 node-babel-preset-latest - Babel preset including es2015+
 node-babel-preset-react - Babel preset for all React plugins
 node-babel-preset-stage-0 - Babel preset for stage 0 plugins
 node-babel-preset-stage-1 - Babel preset for stage 1 plugins
 node-babel-preset-stage-2 - Babel preset for stage 2 plugins
 node-babel-preset-stage-3 - Babel preset for stage 3 plugins
 node-babel-register - babel require hook
 node-babel-runtime - babel selfContained runtime
 node-babel-template - Generate an AST from a string template.
 node-babel-traverse - Babel Traverse module
 node-babel-types - lodash-esque utility library for AST nodes
Changes:
 node-babel (6.25.0+dfsg1-3) unstable; urgency=medium
 .
   * Provide babeljs from node-babel-cli (as it provides /usr/bin/babeljs)
Checksums-Sha1:
 d2a0e8f1e03f66a932a066df0d1b22d76307d1f5 10056 node-babel_6.25.0+dfsg1-3.dsc
 af76bfd9de7b2722a7870a014cbe8a209039d1a9 13180 node-babel_6.25.0+dfsg1-3.debian.tar.xz
 ef3daf1df4e50dc5336a21bdee4e347cbd0f4459 21909 node-babel_6.25.0+dfsg1-3_source.buildinfo
Checksums-Sha256:
 c426b06d9b082be08f1630c3bdd2a9d7fc7fba7551b168950ce086daf00cb4f1 10056 node-babel_6.25.0+dfsg1-3.dsc
 cff35690f17098558d26b795ea86fd62ddd02246261acd0a9be194a6d6494f0c 13180 node-babel_6.25.0+dfsg1-3.debian.tar.xz
 ba9102e9aa5ffed20ea9624c434d12c3fc5f4cdba8e60d7a5a37753643e11866 21909 node-babel_6.25.0+dfsg1-3_source.buildinfo
Files:
 c07386016c2ac0483258b997440a9531 10056 javascript optional node-babel_6.25.0+dfsg1-3.dsc
 9f01ba00ba2f068a16962b43af41625b 13180 javascript optional node-babel_6.25.0+dfsg1-3.debian.tar.xz
 862bbc65e17d697293ab450cbf2d473a 21909 javascript optional node-babel_6.25.0+dfsg1-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAloyzrYACgkQzh+cZ0US
wipedA/+KFWAU5WDaFVkYAvSafLBWZ0F+mZo+jOI6eHsZBrhYboVZJCjq/FdWpUk
TrmdAgMoJT0q3qn8TaSldgaMuzaTcReShQp7M3Pu3KXh1pmnfaC+7/pN24ulVRr8
E7dkSq14ide/V8bo0+gy44CLjya2IJnc3KiwQfhDYu/chSkORqOwD76y0Kw6RxXj
a7Sa8xz/OpjvkWsUZo75OWe0VdZBm0AI2ICizSqHy9zS/PD9NJL46TSvycWMr25d
KLtS/w35EC4vfFhC1hMdpIM+ilipP0qLKqJXm2YjKRH1dUrD63vcOYByJlZNIRC1
lX/33RMdU9b1hk7HLnhvsrUJBuiIBJIW4xnvpiJjnw19ooZmIFYk4TXIoPnTxw/P
xnvPYY+QhvB9H2IAdoIcmWJgjtnUTKZhCqnWdgEEwM1X/9zJ2Yzoipf57cWipMGE
eHguMSBPHnu7Y/6P+00aKvF/8YzE4DIefhOR3rEqDNc6TT3TKkBiYWD8dNsCJ255
a5NzJEd4bO2wfs61Qa4ZAgJV27+qM2VuHosn+0eIuQ6BFgZRr4tUeXaOB479UB3C
bknxubvNzagxrmzT4VAZfDAavxkOiVdMhsSbBdAGl1e1NcS5JIe6WyD6/xQReHyf
R858kOcSpgbRTkMtOQv/2Un50ZnTqp1YUcLPID2Tzfe0H6kQm9A=
=VeQv
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the Pkg-javascript-devel mailing list