Back to node-babel PTS page

Accepted node-babel 6.26.0+dfsg-1 (source) into unstable



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

Format: 1.8
Date: Fri, 05 Jan 2018 21:37:50 +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.26.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Changed-By: Pirate Praveen <praveen@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.26.0+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
   * Refresh patches
   * Bump standards version
Checksums-Sha1:
 21a221559aa4958def546e850c8446852f642c8d 10044 node-babel_6.26.0+dfsg-1.dsc
 e75e535627b862b32d99e5d6313850fe767dedbd 628232 node-babel_6.26.0+dfsg.orig.tar.gz
 2e35e0102bd0151f473219dfea91733b1b44652a 12896 node-babel_6.26.0+dfsg-1.debian.tar.xz
 c0d13166ca391e51c8e00683373ca00a0af44505 21187 node-babel_6.26.0+dfsg-1_source.buildinfo
Checksums-Sha256:
 d655b908beec0afddfb1bcba2a5cb3b4c1449bb8289298416330f0b1ffeaceb9 10044 node-babel_6.26.0+dfsg-1.dsc
 f2789c3e9d11503b6ec59e631f40cc86a41d8f1b7e8e0763c4a71d048a66f413 628232 node-babel_6.26.0+dfsg.orig.tar.gz
 f9edb3e3e67271856fe5ae5864d199a8fad1d158781a58058b675e89359651f6 12896 node-babel_6.26.0+dfsg-1.debian.tar.xz
 514ba353b1362733e0b0316bf1d867ea1e11b56194928902e63592392c838add 21187 node-babel_6.26.0+dfsg-1_source.buildinfo
Files:
 913f8aa5c808b4a7616b1e0e3b9f7b92 10044 javascript optional node-babel_6.26.0+dfsg-1.dsc
 c230227e479a37a0c160a1c0cca3591d 628232 javascript optional node-babel_6.26.0+dfsg.orig.tar.gz
 96d1727ca5e1f022bd1c5a80e28af51c 12896 javascript optional node-babel_6.26.0+dfsg-1.debian.tar.xz
 d4c47191ee57239a538a4854d24cb801 21187 javascript optional node-babel_6.26.0+dfsg-1_source.buildinfo

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

iQIzBAEBCAAdFiEEKnl0ri/BUtd4Z9pKzh+cZ0USwioFAlpPvYIACgkQzh+cZ0US
wio7Vw/5AU/rI8Z2eg5sPk1BlLIHmBpcuMFa48KvcGXhjfNapy+kIoS/ORuEFVoQ
RUP9J3p/lGTonfS/zAjFKDpvH1MSP+H3zYAEy99Anr0e7PoMnhPrUijxSYlaWM0g
chWTAnOrQ1Yjhg5AJ4Caoz3UO645Iz9oWzkQVHmCipByqGKiFMKL9c4J3pfogk4r
hU71bEodd75cFVSD1MfTc5SPBuTPZ4Hpv5DrUbY2qGO+XgghyVIRt5cwO/4TYdzE
W0vwLfSBcFfW8eInnI9CvPzPiwk4U4VmNHqBg4iMGt50FdVMJOmcvINE1PRseaqj
Jla+VGg65hPNXAZZfIbD5Ez3YDWbw3GTPIPa/CpPb4k410TKqp/VLFsA/6mU60Hs
PSnFLKxnj3fRC9bbmI4t+ZuItG3thkvmIxciGJFUkXEutgB4VIWY6OMMFgYCFz6/
WgdzLrTMKhoeJNK2zZC4lAhrxap/OuApJ6nOYFVF3EFB5l+QQt+TnidBhA2QL5In
61SDjx9Tlc7GxScxSHubfQe6Ea3Pl5Jf8v56ZZeJDE0FL6h4FgW0VWXH8ceMifpY
+sOFSnC54/tK44+cSUKvQX0Gi50LN1uwhlXFv4uvHORAazMlBziQRkWhVH4msglq
oIe8QSTL6mPRIyvsDvV8iRpPkCVEvFEXLNL1u+6UGEvefh8atbE=
=SbPd
-----END PGP SIGNATURE-----