[ubuntu/bionic-proposed] node-babel 6.26.0+dfsg-3build6 (Accepted)

Gianfranco Costamagna locutusofborg at debian.org
Mon Feb 19 21:15:24 UTC 2018


node-babel (6.26.0+dfsg-3build6) bionic; urgency=medium

  * No change rebuild with the bootstrapped stack, back in sync with Debian

Date: Mon, 19 Feb 2018 19:37:18 +0100
Changed-By: Gianfranco Costamagna <locutusofborg at debian.org>
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/node-babel/6.26.0+dfsg-3build6
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 19 Feb 2018 19:37:18 +0100
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-proto-to-assign 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.26.0+dfsg-3build6
Distribution: bionic
Urgency: medium
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg 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-proto-to-assign - Babel plugin for turning __proto__ into a shallow property clone
 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.26.0+dfsg-3build6) bionic; urgency=medium
 .
   * No change rebuild with the bootstrapped stack, back in sync with Debian
Checksums-Sha1:
 61a1257a8199d2815a7948a69724fbc9fb665a24 10159 node-babel_6.26.0+dfsg-3build6.dsc
 3a37f0559407379b9ef82a2433d25ea82576a9f6 13172 node-babel_6.26.0+dfsg-3build6.debian.tar.xz
 a146a11c82b3ad058bbb4dc2960f23bcdb7ff012 9515 node-babel_6.26.0+dfsg-3build6_source.buildinfo
Checksums-Sha256:
 9784a209e165d346546de216611a1ec334bfb437b3b4629859b0fbb33ba51d4d 10159 node-babel_6.26.0+dfsg-3build6.dsc
 db8ac3e9a9d1ce0c5e729def7d9d36a1727236344a50b6c3449fd2c7b0a5b6b2 13172 node-babel_6.26.0+dfsg-3build6.debian.tar.xz
 6074e8396afcdecf21842b7c78d29097380966dc0d98be658c6920bedd09483a 9515 node-babel_6.26.0+dfsg-3build6_source.buildinfo
Files:
 9d07234e5f17029181874a9b636cc5c7 10159 javascript optional node-babel_6.26.0+dfsg-3build6.dsc
 0a2e8433c16839949f42432506857675 13172 javascript optional node-babel_6.26.0+dfsg-3build6.debian.tar.xz
 76c1ea1d12e09343cde36c7a22a00af0 9515 javascript optional node-babel_6.26.0+dfsg-3build6_source.buildinfo

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

iQIcBAEBCAAGBQJaiyB5AAoJEPNPCXROn13ZeDEQAIERkpfQoytt+wvsxzOLzTeL
XCqmG9Aqn7dMVTEzGE2BxXZuLMjkc4j2UjYTfdFrJ0q7mNQ/KWRwrDz56DxkphXx
ZIGf/0r8VJfW+NF0pmwNa6FkX6ZBIjXOhH0zxbTbHm+GclIUOM99iSQRQzY0zPvd
yXG3tE5pVMI1c5GY/a5xhhNFkV1PFQEAeRvvI6U4XddS6lxr66JLqfHLeEAOI/Yu
CcfdRjNJSY79YRlCBTIj4rRfbBsCVmZdzym0bqo0vt+pmCu/bxovpN+pZjMVhI16
/dPaxyLh38plGlcWs6E5dSMiZuvCJZzDc8coQNLMqPgVWpabmTN5nCk2NqhXPBVp
QhnIeIXYIWz3JgLzKoGhBj61euZI5YZT0bO83xRSo8hD3wcsoA+WvCi92qZ1yhsr
t10y1gFGQGLKjPC/Im9Gp2pLARSRLu7S9Fldq27/ZXzrCyc4LSR/gbaNEh3lKU2d
nRcExNB7E88+1Ult9hDahXT4iAQb2mHPP46acH/EI8p8pEv1E/Vxz8Y+osYRHFB8
1oX7uHdYUojGRjyJ43sp3aYiHjZvoPzoeCayR5baKAJnxYiWUDRApJwXaqAMfYEP
PDMMiFB2ksYPwdKoXOyhoJ1WXTmydlz8q8as7NCRKASvHj1J9cArecToBkF70pjx
V51Cgl4/482cXFKHhkQq
=/xfB
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list