[Pkg-javascript-devel] node-babel_6.25.0+dfsg1-2_source.changes ACCEPTED into unstable
Debian FTP Masters
ftpmaster at ftp-master.debian.org
Wed Oct 25 18:34:30 UTC 2017
Accepted:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 25 Oct 2017 23:45:49 +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-2
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
Closes: 876016
Changes:
node-babel (6.25.0+dfsg1-2) unstable; urgency=medium
.
* Drop node-babel-register dependency in node-babel-core (Closes: #876016)
Checksums-Sha1:
c2349434df302b1a55504f872b17481184106b01 10056 node-babel_6.25.0+dfsg1-2.dsc
725e95f38687336db80ab9a3397f9ccb6a5b3e27 13148 node-babel_6.25.0+dfsg1-2.debian.tar.xz
334fa28d564f6741038a87ed9f9a2601328ba089 22138 node-babel_6.25.0+dfsg1-2_source.buildinfo
Checksums-Sha256:
246044c4d925d8b0587ce95a0e866121a36748bcc637a80272ca940ba6b19e75 10056 node-babel_6.25.0+dfsg1-2.dsc
fa380a6a3703ae0d80927ef93d380303c851bc84cbb0e0796b2f83e8c67cee04 13148 node-babel_6.25.0+dfsg1-2.debian.tar.xz
2e5b5a2739da25efce36d407fe2726aa6b2fb9b0356a0376509a5234de8d18f8 22138 node-babel_6.25.0+dfsg1-2_source.buildinfo
Files:
b284bbfa7061b912a5259ce75523409e 10056 javascript optional node-babel_6.25.0+dfsg1-2.dsc
9c81d0310d84e2780540a5ffa3820dec 13148 javascript optional node-babel_6.25.0+dfsg1-2.debian.tar.xz
102b31f85dab3daabfbc63717ee26553 22138 javascript optional node-babel_6.25.0+dfsg1-2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlnw1awACgkQzh+cZ0US
wio2WxAAl+XYCNK8U2ToIGRnb8gZAOBnf47XYGl6z4xxo40xamdmbsKEfNY0FuQu
JzFJcA0Zpca1m+vnY3cFON4rzkYjKDcgFyQjXt4h8Z7EF2uvus4Zs35z2lWQfcOM
VVGoae1lTeYMEvvoI0TKxx8BUWhq/3H8yc3ZiHfSiOeGknqi4MZ5bio0Pnr+POG0
O8buT41hA2dPF716jOEVJvPk1D0QNNoMzWsaK9MJLWV9y/R2BD5/YBNiTRBbRs15
V4Lk7MncFasmYStcgavs3QKO/gX011UFO22ZpY2pfzGEwitqsULnbRoEMp/jnMjb
g1HJhevc/rQjnqf9iNpgDWPHvKKUuHTIC9bD4qpGJZOifhY4V9Emr9RJt+WoNTE5
m14GJEpZTL9Q5ygIRufDRGJ0NAQZ98oixedTOJq8MZnd6HkOhewSWodZHEdwhuOW
5FetviFnIfUkVmADMgDmV3nNRfvmJPTtW6Fm/RuLqoVWYwHS6HgXbmnKMvsOG62j
IK3y6Ohp0YEL8KJaicyuojBiw5MEmfNT1HUFyYmB5LcmK3ThRiCJ0X7rCITWcQoP
JuptRUq9KdgQn388wH4YbGZhQXxn332VWFUX9o4aoJi91rQxFCLc2MPweY77oeuy
bD9eybu7/S2OX8NB4EORAn62SpFtirRk6rK+HtYfM6K9jwZxsww=
=N1U/
-----END PGP SIGNATURE-----
Thank you for your contribution to Debian.
More information about the Pkg-javascript-devel
mailing list